IBM WebSphere Application ServerTM
Release 8

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

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

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


Method Summary
 java.lang.String getKsRef()
           
 java.lang.String getPassword()
          Gets the password of this keystore.
 java.lang.String getPath()
          Gets the path of this keystore.
 java.lang.String getType()
          Gets the type of this keystore, such as JKS or JCEKS
 
Methods inherited from interface com.ibm.ws.webservices.wssecurity.config.Configuration
validate
 

Method Detail

getType

java.lang.String getType()
Gets the type of this keystore, such as JKS or JCEKS

Returns:
The type of this keystore

getPath

java.lang.String getPath()
Gets the path of this keystore.

Returns:
The path of this keystore

getPassword

java.lang.String getPassword()
Gets the password of this keystore.

Returns:
The password of this keystore

getKsRef

java.lang.String getKsRef()

IBM WebSphere Application ServerTM
Release 8