IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.config
Interface KeyLocatorConfig.KeyInformationConfig

All Superinterfaces:
com.ibm.ws.webservices.wssecurity.config.Configuration
Enclosing interface:
KeyLocatorConfig

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


Method Summary
 java.lang.String getAlias()
          Gets the alias of this key.
 java.lang.String getKeyPass()
          Gets the password of this key.
 java.lang.String getName()
          Gets the name of this key.
 
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration
validate
 

Method Detail

getAlias

java.lang.String getAlias()
Gets the alias of this key.

Returns:
The alias of this key

getKeyPass

java.lang.String getKeyPass()
Gets the password of this key. The password can be null.

Returns:
The password of this key

getName

java.lang.String getName()
Gets the name of this key.

Returns:
The name of this key

IBM WebSphere Application ServerTM
Release 8