@Version(value="1.2.0")
Class | Description |
---|---|
Constants | |
WSAppContextCallback |
The
WSAppContextCallback allows an Context 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.
|
WSManagedConnectionFactoryCallback |
The
WSManagedConnectionFactoryCallback allows a reference of the target
ManagedConnectionFactory to be collected by
WSMapingCallbackHandler and pass it to the
WSPrincipalMappingLoginModule . |
WSMappingCallbackHandler |
The
WSMappingCallbackHandler returns either (i) a Hashmap callback and
a reference of a ManagedConnectionFactory . |
WSMappingPropertiesCallback |
The
WSMappingPropertiesCallback allows a HashMap 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. |
WSServletResponseCallback |
The
WSServletResponseCallback allows an HttpServletResponse object to be gathered by
CallbackHandler and pass it to the LoginModule stack. |
WSX509CertificateChainCallback |
JAAS Callback for certificates for WebSphere Application Server
|