|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for retrieving KeyLocator
configuration data.
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 |
public static final java.lang.String CONFIG_KEY
Method Detail |
public java.lang.String getClassName()
public KeyLocatorConfig.KeyStoreConfig getKeyStore()
public java.util.Set getKeyInformationList()
KeyStore
.
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 |