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


@Version("1.2.0") package com.ibm.wsspi.security.auth.callback
  • Classes
    Class
    Description
     
    The WSAppContextCallback allows an Context object to be gathered by CallbackHandler and pass it to the LoginModule stack.
    A factory for CallbackHandler in WAS security to enable ISV and security provider to extend WAS default CallbackHandler.
    The WSManagedConnectionFactoryCallback allows a reference of the target ManagedConnectionFactory to be collected by WSMapingCallbackHandler and pass it to the WSPrincipalMappingLoginModule.
    The WSMappingCallbackHandler returns either (i) a Hashmap callback and a reference of a ManagedConnectionFactory.
    The WSMappingPropertiesCallback allows a HashMap object to be gathered by CallbackHandler and pass it to the LoginModule stack.
    The WSServletRequestCallback allows an HttpServletRequest object to be gathered by CallbackHandler and pass it to the LoginModule stack.
    The WSServletResponseCallback allows an HttpServletResponse object to be gathered by CallbackHandler and pass it to the LoginModule stack.
    JAAS Callback for certificates for WebSphere Application Server