IBM WebSphere Application ServerTM
Release 8

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

All Superinterfaces:
Configuration

public interface KeyStoreConfig
extends Configuration

This is an interface for the configuration object of the keystore.

See Also:
Configuration

Method Summary
 java.lang.String getKsRef()
          Gets the reference name of the keystore.
 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.wsspi.wssecurity.core.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()
Gets the reference name of the keystore.

Returns:
The reference name of the keystore

IBM WebSphere Application ServerTM
Release 8