com.ibm.wsspi.wssecurity.config

Interface TokenGeneratorConfig

All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration

  1. public interface TokenGeneratorConfig
  2. extends com.ibm.ws.webservices.wssecurity.config.Configuration
An interface for retrieving TokenGenerator configuration data.
See Also:
Configuration

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
CONFIG_KEY

Method Summary

Modifier and Type Method and Description
  1. CallbackHandlerConfig
getCallbackHandler()
Gets the configuration of a callback handler.
  1. java.util.List
getCertStores()
Gets a list of certificate stores that store only Certificate Revokation Lists (CRLs).
  1. TokenGeneratorComponent
getInstance()
Gets the instance of token generator.
  1. java.util.Map
getProperties()
Gets the Map object which contains name-value pairs.
  1. java.security.Provider
getProvider()
Gets the provider.
  1. javax.xml.namespace.QName
getType()
Gets the type of the token.
  1. java.lang.String
getUsage()
Gets the usage of the generator.
  1. boolean
isStandAlone()
Checks whether the token is used alone.
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration
validate

Field Detail

CONFIG_KEY

  1. static final java.lang.String CONFIG_KEY
See Also:

Method Detail

getInstance

  1. TokenGeneratorComponent getInstance( )
Gets the instance of token generator.
Returns:
The instance of token generator

getUsage

  1. java.lang.String getUsage()
Gets the usage of the generator.
Returns:
The usage of the generator

getType

  1. 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

  1. boolean isStandAlone()
Checks whether the token is used alone.
Returns:
True if the token is used alone, otherwise false

getProvider

  1. java.security.Provider getProvider( )
Gets the provider.
Returns:
The provider

getCertStores

  1. 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

  1. CallbackHandlerConfig getCallbackHandler( )
Gets the configuration of a callback handler.
Returns:
Configuration of a callback handler

getProperties

  1. 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