| |
|
| java.lang.Object com.ecyrd.jspwiki.auth.login.AuthorizerCallback
AuthorizerCallback | public class AuthorizerCallback implements Callback(Code) | | Callback for requesting and supplying an Authorizer required by a
LoginModule. This Callback is used by LoginModules needing access to the
external authorizer or group manager.
author: Andrew Jaquith since: 2.3 |
getAuthorizer | public Authorizer getAuthorizer()(Code) | | Returns the authorizer. LoginModules call this method after a
CallbackHandler sets the authorizer.
the authorizer |
setAuthorizer | public void setAuthorizer(Authorizer authorizer)(Code) | | Sets the authorizer object. CallbackHandler objects call this method.
Parameters: authorizer - the authorizer |
|
|
|