|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenConsumerConfig
This is an interface for the configuration object of the token consumer.
Configuration
Field Summary | |
---|---|
static java.lang.String |
CONFIG_KEY
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration |
---|
validate |
Field Detail |
---|
static final java.lang.String CONFIG_KEY
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |