|
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
An interface for retrieving CallbackHandler
configuration data.
Configuration
Field Summary | |
---|---|
static java.lang.String |
CONFIG_KEY
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.ws.webservices.wssecurity.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
objectjava.util.Set getKeyInformationList()
KeyStore
.
java.security.KeyStore getKeyStore() throws SoapSecurityException
KeyStore
object.
KeyStore
object
SoapSecurityException
- 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 certificate
Certificate
object
SoapSecurityException
- 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
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |