public interface TokenConsumerConfig 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 this token.
|
boolean |
isEnforceTokenVersion()
Checks whether the token version should be enforced on consumption.
|
boolean |
isUsedForDecryption()
Checks whether the token is used for decryption.
|
boolean |
isUsedForVerification()
Checks whether the token is used for signature verification.
|
validate
static final java.lang.String CONFIG_KEY
javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.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()
boolean isUsedForVerification()
boolean isUsedForDecryption()
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 isEnforceTokenVersion()