com.ibm.wsspi.wssecurity.config

Interface KeyLocatorConfig

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

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

Nested Class Summary

Modifier and Type Interface and Description
  1. static interface
KeyLocatorConfig.KeyInformationConfig
  1. static interface
KeyLocatorConfig.KeyStoreConfig

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. java.lang.String
getClassName()
Gets the class path.
  1. java.util.Set
getKeyInformationList()
Gets the set of key information from the KeyStore.
  1. KeyLocatorConfig.KeyStoreConfig
getKeyStore()
Gets the configuration of a keystore.
  1. 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

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

Method Detail

getClassName

  1. java.lang.String getClassName()
Gets the class path.
Returns:
The class path

getKeyStore

  1. KeyLocatorConfig.KeyStoreConfig getKeyStore( )
Gets the configuration of a keystore.
Returns:
Configuration of a keystore

getKeyInformationList

  1. java.util.Set getKeyInformationList( )
Gets the set of key information from the KeyStore.
Returns:
The set of information about keys

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