IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.config
Interface KeyLocatorConfig

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

public interface KeyLocatorConfig
extends com.ibm.ws.webservices.wssecurity.config.Configuration

An interface for retrieving KeyLocator configuration data.

See Also:
Configuration

Nested Class Summary
static interface KeyLocatorConfig.KeyInformationConfig
           
static interface KeyLocatorConfig.KeyStoreConfig
           
 
Field Summary
static java.lang.String CONFIG_KEY
           
 
Method Summary
 java.lang.String getClassName()
          Gets the class path.
 java.util.Set getKeyInformationList()
          Gets the set of key information from the KeyStore.
 KeyLocatorConfig.KeyStoreConfig getKeyStore()
          Gets the configuration of a keystore.
 java.util.Map getProperties()
          Gets the Map object which contains name-value pairs.
 
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:
Constant Field Values
Method Detail

getClassName

java.lang.String getClassName()
Gets the class path.

Returns:
The class path

getKeyStore

KeyLocatorConfig.KeyStoreConfig getKeyStore()
Gets the configuration of a keystore.

Returns:
Configuration of a keystore

getKeyInformationList

java.util.Set getKeyInformationList()
Gets the set of key information from the KeyStore.

Returns:
The set of information about keys

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

IBM WebSphere Application ServerTM
Release 8