|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String CONFIG_KEY
Method Detail |
public TokenGeneratorComponent getInstance()
public java.lang.String getUsage()
public javax.xml.namespace.QName getType()
wsse:X509v3
or wsse:UsernameToken
.
public boolean isStandAlone()
public java.security.Provider getProvider()
public java.util.List getCertStores()
public CallbackHandlerConfig getCallbackHandler()
public java.util.Map getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.
Map
object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |