public interface CallbackHandlerConfig
extends com.ibm.ws.webservices.wssecurity.config.Configuration
CallbackHandler
configuration data.Configuration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_KEY |
Modifier and Type | Method and Description |
---|---|
java.security.cert.Certificate |
getCertificate(java.lang.String alias)
Gets the
Certificate object corresponding to the
specified alias. |
java.lang.String |
getClassName()
Gets the class name.
|
javax.security.auth.callback.CallbackHandler |
getInstance()
Gets the
CallbackHandler object. |
java.util.Set |
getKeyInformationList()
Gets the set of key information from the
KeyStore . |
java.security.KeyStore |
getKeyStore()
Gets the
KeyStore object. |
java.lang.String |
getKeyStorePath()
Gets the path of a keystore.
|
java.util.Map |
getProperties()
Gets the
Map object which contains name-value
pairs. |
java.lang.String |
getUserId()
Gets the user id used for the basic authentication.
|
char[] |
getUserPassword()
Gets the user password used for the basic authentication.
|
void |
setInstance(javax.security.auth.callback.CallbackHandler instance)
Sets the
CallbackHandler object. |
static final java.lang.String CONFIG_KEY
java.lang.String getClassName()
javax.security.auth.callback.CallbackHandler getInstance()
CallbackHandler
object.CallbackHandler
objectvoid setInstance(javax.security.auth.callback.CallbackHandler instance)
CallbackHandler
object.instance
- The CallbackHandler
objectjava.util.Set getKeyInformationList()
KeyStore
.java.security.KeyStore getKeyStore() throws SoapSecurityException
KeyStore
object.KeyStore
objectSoapSecurityException
- When there is a problem during getting the
KeyStore
objectjava.lang.String getKeyStorePath()
java.security.cert.Certificate getCertificate(java.lang.String alias) throws SoapSecurityException
Certificate
object corresponding to the
specified alias.alias
- The alias of an certificateCertificate
objectSoapSecurityException
- When there is a problem during getting the
Certificate
objectjava.lang.String getUserId()
char[] getUserPassword()
java.util.Map getProperties()
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.Map
object