public interface TokenGeneratorConfig extends Configuration
Configuration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_KEY |
Modifier and Type | Method and Description |
---|---|
CallbackHandlerConfig |
getCallbackHandler()
Gets the configuration of a callback handler.
|
java.lang.String |
getJAASConfig()
Gets the module name in the JAAS configuration.
|
java.util.Map<java.lang.Object,java.lang.Object> |
getJAASConfigProperties()
Gets the
Map object which contains name-value
pairs for the JAAS configuration. |
java.util.Map<java.lang.Object,java.lang.Object> |
getProperties()
Gets the
Map object which contains name-value
pairs. |
javax.xml.namespace.QName |
getType()
Gets the type of the token.
|
boolean |
isStandAlone()
Checks whether the token is used alone.
|
boolean |
isUsedForEncryption()
Checks whether the token is used for encryption.
|
boolean |
isUsedForSigning()
Checks whether the token is used for signature signing.
|
validate
static final java.lang.String CONFIG_KEY
javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.boolean isStandAlone()
java.lang.String getJAASConfig()
java.util.Map<java.lang.Object,java.lang.Object> getJAASConfigProperties()
Map
object which contains name-value
pairs for the JAAS configuration.Map
objectCallbackHandlerConfig getCallbackHandler()
java.util.Map<java.lang.Object,java.lang.Object> getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.Map
objectboolean isUsedForSigning()
boolean isUsedForEncryption()