|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackHandlerConfig
This is an interface for the configuration object of the callback handler.
Configuration
Field Summary | |
---|---|
static java.lang.String |
CONFIG_KEY
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration |
---|
validate |
Field Detail |
---|
static final java.lang.String CONFIG_KEY
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |