com.ibm.wsspi.wssecurity.config
Interface TokenGeneratorConfig
All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration
- public interface TokenGeneratorConfig
- extends com.ibm.ws.webservices.wssecurity.config.Configuration
TokenGenerator
configuration data.
See Also:
Configuration
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CONFIG_KEY
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getCallbackHandler()
Gets the configuration of a callback handler.
|
|
|
getCertStores()
Gets a list of certificate stores that store only Certificate Revokation Lists (CRLs).
|
getInstance()
Gets the instance of token generator.
|
|
|
getProperties()
Gets the
Map object which contains name-value
pairs.
|
|
getProvider()
Gets the provider.
|
|
getType()
Gets the type of the token.
|
|
getUsage()
Gets the usage of the generator.
|
|
isStandAlone()
Checks whether the token is used alone.
|
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration |
---|
validate |
Field Detail
CONFIG_KEY
- static final java.lang.String CONFIG_KEY
See Also:
Method Detail
getInstance
- TokenGeneratorComponent getInstance( )
Gets the instance of token generator.
Returns:
The instance of token generator
getUsage
- java.lang.String getUsage()
Gets the usage of the generator.
Returns:
The usage of the generator
getType
- javax.xml.namespace.QName getType( )
Gets the type of the token. It is represented as the qualified name, such as
wsse:X509v3
or wsse:UsernameToken
.
Returns:
The type of the token
isStandAlone
- boolean isStandAlone()
Checks whether the token is used alone.
Returns:
True if the token is used alone, otherwise false
getProvider
- java.security.Provider getProvider( )
Gets the provider.
Returns:
The provider
getCertStores
- java.util.List getCertStores()
Gets a list of certificate stores that store only Certificate Revokation Lists (CRLs).
Returns:
A list of cert stores that store only CRLs
getCallbackHandler
- CallbackHandlerConfig getCallbackHandler( )
Gets the configuration of a callback handler.
Returns:
Configuration of a callback handler
getProperties
- java.util.Map getProperties()
Gets the
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.
Returns:
The
Map
object