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.ConfigurationAn interface for retrievingKeyLocatorconfiguration data.- See Also:
Configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static interfaceKeyLocatorConfig.KeyInformationConfigstatic interfaceKeyLocatorConfig.KeyStoreConfig
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCONFIG_KEY
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetClassName()Gets the class path.java.util.SetgetKeyInformationList()Gets the set of key information from theKeyStore.KeyLocatorConfig.KeyStoreConfiggetKeyStore()Gets the configuration of a keystore.java.util.MapgetProperties()Gets theMapobject which contains name-value pairs.
-
-
-
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 theKeyStore.- Returns:
- The set of information about keys
-
getProperties
java.util.Map getProperties()
Gets theMapobject which contains name-value pairs. These pairs include<Property>elements in the configuration XMI files.- Returns:
- The
Mapobject
-
-