public interface TokenGeneratorConfig
extends com.ibm.ws.webservices.wssecurity.config.Configuration
TokenGenerator
configuration data.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.util.List |
getCertStores()
Gets a list of certificate stores that store only Certificate Revokation Lists (CRLs).
|
TokenGeneratorComponent |
getInstance()
Gets the instance of token generator.
|
java.util.Map |
getProperties()
Gets the
Map object which contains name-value
pairs. |
java.security.Provider |
getProvider()
Gets the provider.
|
javax.xml.namespace.QName |
getType()
Gets the type of the token.
|
java.lang.String |
getUsage()
Gets the usage of the generator.
|
boolean |
isStandAlone()
Checks whether the token is used alone.
|
static final java.lang.String CONFIG_KEY
TokenGeneratorComponent getInstance()
java.lang.String getUsage()
javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.boolean isStandAlone()
java.security.Provider getProvider()
java.util.List getCertStores()
CallbackHandlerConfig getCallbackHandler()
java.util.Map getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.Map
object