public class SAMLRealm extends Object
Constructor and Description |
---|
SAMLRealm() |
Modifier and Type | Method and Description |
---|---|
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
|
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