|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenGeneratorConfig
An interface for retrieving TokenGenerator
configuration data.
Configuration
Field Summary | |
---|---|
static java.lang.String |
CONFIG_KEY
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration |
---|
validate |
Field Detail |
---|
static final java.lang.String CONFIG_KEY
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |