|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.sts.token.realm.SAMLRealm
public class SAMLRealm
This class defines some properties that are associated with a realm for the SAMLTokenProvider and SAMLTokenValidator.
Constructor Summary | |
---|---|
SAMLRealm()
|
Method Summary | |
---|---|
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler object. |
String |
getIssuer()
Get the issuer of this SAML realm |
String |
getSignatureAlias()
Get the signature alias to use for this SAML realm |
org.apache.wss4j.common.crypto.Crypto |
getSignatureCrypto()
Get the signature Crypto object |
SignatureProperties |
getSignatureProperties()
Get the SignatureProperties to use. |
void |
setCallbackHandler(CallbackHandler callbackHandler)
Set the CallbackHandler object. |
void |
setCallbackHandlerClass(String callbackHandlerClass)
Set the String corresponding to the CallbackHandler class. |
void |
setIssuer(String issuer)
Set the issuer of this SAML realm |
void |
setSignatureAlias(String signatureAlias)
Set the signature alias to use for this SAML realm |
void |
setSignatureCrypto(org.apache.wss4j.common.crypto.Crypto signatureCrypto)
Set the signature Crypto object |
void |
setSignatureProperties(SignatureProperties signatureProperties)
Set the SignatureProperties to use. |
void |
setSignaturePropertiesFile(String signaturePropertiesFile)
Set the String corresponding to the signature Properties class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLRealm()
Method Detail |
---|
public String getIssuer()
public void setIssuer(String issuer)
issuer
- the issuer of this SAML realmpublic String getSignatureAlias()
public void setSignatureAlias(String signatureAlias)
signatureAlias
- the signature alias to use for this SAML realmpublic void setSignatureCrypto(org.apache.wss4j.common.crypto.Crypto signatureCrypto)
signatureCrypto
- the signature Crypto objectpublic void setSignaturePropertiesFile(String signaturePropertiesFile)
signaturePropertiesFile
- the String corresponding to the signature properties filepublic void setSignatureProperties(SignatureProperties signatureProperties)
signatureProperties
- the SignatureProperties to use.public SignatureProperties getSignatureProperties()
public org.apache.wss4j.common.crypto.Crypto getSignatureCrypto()
public void setCallbackHandler(CallbackHandler callbackHandler)
callbackHandler
- the CallbackHandler object.public void setCallbackHandlerClass(String callbackHandlerClass)
callbackHandlerClass
- the String corresponding to the CallbackHandler class.public CallbackHandler getCallbackHandler()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |