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
KeyLocator configuration data.
See Also:
ConfigurationNested Class Summary
| Modifier and Type | Interface and Description |
|---|---|
|
KeyLocatorConfig.KeyInformationConfig
|
|
KeyLocatorConfig.KeyStoreConfig
|
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
CONFIG_KEY
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getClassName()
Gets the class path.
|
|
getKeyInformationList()
Gets the set of key information from the
KeyStore.
|
getKeyStore()
Gets the configuration of a keystore.
|
|
|
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:
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