public class RealmProperties extends Object
Constructor and Description |
---|
RealmProperties() |
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler object.
|
String |
getIssuer()
Get the issuer of this realm
|
String |
getName()
Get the name of this realm
|
String |
getSignatureAlias()
Get the signature alias to use for this 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 realm
|
void |
setName(String name)
Set the name of this realm
|
void |
setSignatureAlias(String signatureAlias)
Set the signature alias to use for this realm
|
void |
setSignatureCrypto(org.apache.wss4j.common.crypto.Crypto signatureCrypto)
Set the signature Crypto object
|
void |
setSignatureCryptoProperties(Object signatureCryptoProperties)
Set the Object corresponding to the signature Properties class.
|
void |
setSignatureProperties(SignatureProperties signatureProperties)
Set the SignatureProperties to use.
|
public String getIssuer()
public String getName()
public void setName(String name)
name
- the name of this realmpublic void setIssuer(String issuer)
issuer
- the issuer of this realmpublic String getSignatureAlias()
public void setSignatureAlias(String signatureAlias)
signatureAlias
- the signature alias to use for this realmpublic void setSignatureCrypto(org.apache.wss4j.common.crypto.Crypto signatureCrypto)
signatureCrypto
- the signature Crypto objectpublic void setSignatureCryptoProperties(Object signatureCryptoProperties)
signatureCryptoProperties
- the object corresponding to the signature propertiespublic 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