com.ibm.wsspi.wssecurity.auth.callback

Class BSTokenCallbackHandler.TokenInformation

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.wssecurity.auth.callback.BSTokenCallbackHandler.TokenInformation
Enclosing class:
BSTokenCallbackHandler

  1. protected static class BSTokenCallbackHandler.TokenInformation
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. protected
  2. java.lang.String
_alias
  1. protected
  2. X509BSCallback
_bsCallback
  1. protected
  2. CallbackHandlerConfig
_config
  1. protected
  2. com.ibm.wsspi.webservices.rpc.handler.soap.SOAPMessageContext
_messageContext
  1. protected
  2. java.util.Map
_properties

Constructor Summary

Modifier Constructor and Description
  1. protected
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

  1. protected CallbackHandlerConfig _config

_messageContext

  1. protected com.ibm.wsspi.webservices.rpc.handler.soap.SOAPMessageContext _messageContext

_properties

  1. protected java.util.Map _properties

_alias

  1. protected java.lang.String _alias

_bsCallback

  1. protected X509BSCallback _bsCallback

Constructor Detail

BSTokenCallbackHandler.TokenInformation

  1. protected BSTokenCallbackHandler.TokenInformation( )