Initialize this module with request and response message policies to enforce, a CallbackHandler, and any module-specific configuration properties.
The request policy and the response policy must not both be null.
@param requestPolicy the request policy this module must enforce, or null. @param responsePolicy the response policy this module must enforce, or null. @param handler CallbackHandler used to request information. @param options a Map of module-specific configuration properties. @throws AuthException - if module initialization fails, including for the case where the options argument contains elements that are not supported by the module.
|
|
|
|
|
|