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.
|
WSIdentityCallback |
The
WSIdentityCallback allows a caller identity String object to be gathered by
CallbackHandler and pass it to the LoginModule stack. |
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 or (ii) an alias callback and
a reference of a ManagedConnectionFactory , depending on the callback types. |
WSMappingCallbackHandlerFactory |
A factory for
WSMappingCallbackHandler in WAS security to enable ISV and security provider
to extend WAS default CallbackHandler. |
WSMappingPropertiesCallback |
The
WSMappingPropertiesCallback allows a HashMap object 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. |
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. |
WSTokenHolderCallback |
The
WSTokenHolderCallback allows a List of TokenHolder objects to
be gathered by CallbackHandler and pass it to the LoginModule
stack. |
WSX509CertificateChainCallback |
The
WSX509CertificateChainCallback allows a Certificate Chain to be
gathered by the CallbackHandler and pass it to the LoginModule
stack. |