IBM WebSphere Application ServerTM
Release 6

Package  com.ibm.wsspi.security.auth.callback

Class Summary
WSServletResponseCallback

The WSServletResponseCallback allows an HttpServletResponse object to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSServletRequestCallback

The WSServletRequestCallback allows an HttpServletRequest object to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSIdentityCallback

The WSIdentityCallback allows a caller identity String object to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSAppContextCallback

The WSAppContextCallback allows an Context object to be gathered by CallbackHandler and pass it to the LoginModule stack.

Constants
WSMappingPropertiesCallback

The WSMappingPropertiesCallback allows a HashMap object to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSMappingCallbackHandler

The WSMappingCallbackHandler returns either (i) a Hashmap callback and a reference of a ManagedConnectionFactory or (ii) an alias callback and a reference of a ManagedConnectionFactory, depending on the callback types.

WSManagedConnectionFactoryCallback

The WSManagedConnectionFactoryCallback allows a reference of the target ManagedConnectionFactory to be collected by WSMapingCallbackHandler and pass it to the WSPrincipalMappingLoginModule.

WSTokenHolderCallback

The WSTokenHolderCallback allows a List of TokenHolder objects to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSProtocolPolicyCallback

The WSProtocolPolicyCallback allows a protocol policy object to be gathered by CallbackHandler and pass it to the LoginModule stack.

WSCallbackHandlerFactoryA factory for CallbackHandler in WAS security to enable ISV and security provider to extend WAS default CallbackHandler.
WSMappingCallbackHandlerFactoryA factory for WSMappingCallbackHandler in WAS security to enable ISV and security provider to extend WAS default CallbackHandler.



IBM WebSphere Application ServerTM
Release 6