com.ibm.wsspi.wssecurity.auth.callback
Class BSTokenCallbackHandler.TokenInformation
- java.lang.Object
com.ibm.wsspi.wssecurity.auth.callback.BSTokenCallbackHandler.TokenInformation
Enclosing class:
- protected static class BSTokenCallbackHandler.TokenInformation
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
_alias
|
|
_bsCallback
|
|
_config
|
|
_messageContext
|
|
_properties
|
Constructor Summary
Modifier | Constructor and Description |
---|---|
|
BSTokenCallbackHandler.TokenInformation()
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
_config
- protected CallbackHandlerConfig _config
_messageContext
- protected com.ibm.wsspi.webservices.rpc.handler.soap.SOAPMessageContext _messageContext
_properties
- protected java.util.Map _properties
_alias
- protected java.lang.String _alias
_bsCallback
- protected X509BSCallback _bsCallback
Constructor Detail
BSTokenCallbackHandler.TokenInformation
- protected BSTokenCallbackHandler.TokenInformation( )