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. |
WSCallbackHandlerFactory | A factory for CallbackHandler in WAS security to enable ISV and security provider
to extend WAS default CallbackHandler. |
WSMappingCallbackHandlerFactory | A factory for WSMappingCallbackHandler in WAS security to enable ISV and security provider
to extend WAS default CallbackHandler. |