com.ibm.wsspi.wssecurity.core.config
Interface CallbackHandlerConfig
All Superinterfaces:
- public interface CallbackHandlerConfig
- extends Configuration
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
CONFIG_KEY
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCertStores()
Gets the certificate store.
|
|
getClassName()
Gets the class name.
|
|
getInstance()
Gets the
CallbackHandler object.
|
getKeyInformation()
Gets the key information.
|
|
|
getPKIXBuilderParameters()
Gets the certificate store.
|
|
getProperties()
Gets the
Map object which contains name-value
pairs.
|
|
getProvider()
Gets the provider.
|
getResolvingKeyStore()
Gets the path of a keystore used for key locator.
|
|
getTrustAnchor()
Gets the path of a trust anchor.
|
|
|
getUserId()
Gets the user id used for the basic authentication.
|
|
getUserPassword()
Gets the user password used for the basic authentication.
|
|
isTrustAnyCertificate()
Gets whether this consumer trusts any certificate.
|
|
setInstance(javax.security.auth.callback.CallbackHandler instance)
Sets the
CallbackHandler object.
|
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration |
---|
validate |
Field Detail
CONFIG_KEY
- static final java.lang.String CONFIG_KEY
See Also:
Method Detail
getClassName
- java.lang.String getClassName()
Gets the class name.
Returns:
The class name
getInstance
- javax.security.auth.callback.CallbackHandler getInstance( )
Gets the
CallbackHandler
object.
Returns:
The
CallbackHandler
object setInstance
- void setInstance(javax.security.auth.callback.CallbackHandler instance)
Sets the
CallbackHandler
object.
Parameters:
instance
- The CallbackHandler
object getResolvingKeyStore
- KeyStoreConfig getResolvingKeyStore( )
Gets the path of a keystore used for key locator.
Returns:
The path of a keystore
getKeyInformation
- KeyInformationConfig getKeyInformation( )
Gets the key information.
Returns:
The key information
isTrustAnyCertificate
- boolean isTrustAnyCertificate()
Gets whether this consumer trusts any certificate.
Returns:
True of this consumer trusts any certificate,
otherwise false
getTrustAnchor
- KeyStoreConfig getTrustAnchor()
Gets the path of a trust anchor.
Returns:
The path of a trust anchor
getProvider
- java.security.Provider getProvider( )
Gets the provider.
Returns:
The provider
getCertStores
- java.util.List<java.security.cert.CertStore> getCertStores( )
Gets the certificate store.
Returns:
The certificate store
getPKIXBuilderParameters
- java.security.cert.PKIXBuilderParameters getPKIXBuilderParameters( )
Gets the certificate store.
Returns:
The certificate store
getUserId
- java.lang.String getUserId()
Gets the user id used for the basic authentication.
Returns:
User id
getUserPassword
- char[] getUserPassword()
Gets the user password used for the basic authentication.
Returns:
User password
getProperties
- java.util.Map<java.lang.Object,java.lang.Object> getProperties( )
Gets the
Map
object which contains name-value
pairs.
These pairs include <Property>
elements
in the configuration XMI files.
Returns:
The
Map
object