public interface CallbackHandlerConfig extends Configuration
Configuration| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_KEY |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.security.cert.CertStore> |
getCertStores()
Gets the certificate store.
|
java.lang.String |
getClassName()
Gets the class name.
|
javax.security.auth.callback.CallbackHandler |
getInstance()
Gets the
CallbackHandler object. |
KeyInformationConfig |
getKeyInformation()
Gets the key information.
|
java.security.cert.PKIXBuilderParameters |
getPKIXBuilderParameters()
Gets the certificate store.
|
java.util.Map<java.lang.Object,java.lang.Object> |
getProperties()
Gets the
Map object which contains name-value
pairs. |
java.security.Provider |
getProvider()
Gets the provider.
|
KeyStoreConfig |
getResolvingKeyStore()
Gets the path of a keystore used for key locator.
|
KeyStoreConfig |
getTrustAnchor()
Gets the path of a trust anchor.
|
java.lang.String |
getUserId()
Gets the user id used for the basic authentication.
|
char[] |
getUserPassword()
Gets the user password used for the basic authentication.
|
boolean |
isTrustAnyCertificate()
Gets whether this consumer trusts any certificate.
|
void |
setInstance(javax.security.auth.callback.CallbackHandler instance)
Sets the
CallbackHandler object. |
validatestatic 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 objectKeyStoreConfig getResolvingKeyStore()
KeyInformationConfig getKeyInformation()
boolean isTrustAnyCertificate()
KeyStoreConfig getTrustAnchor()
java.security.Provider getProvider()
java.util.List<java.security.cert.CertStore> getCertStores()
java.security.cert.PKIXBuilderParameters getPKIXBuilderParameters()
java.lang.String getUserId()
char[] getUserPassword()
java.util.Map<java.lang.Object,java.lang.Object> getProperties()
Map object which contains name-value
pairs.
These pairs include <Property> elements
in the configuration XMI files.Map object