|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An AuthzPlugin can be used to verify the authorization of the
of the person who is trying to perform a log operation.
| Method Summary | |
boolean |
isAuthorized(java.lang.Object credential)
Returns true if given subject is authorized to change the password or not. |
boolean |
isAuthorized(java.lang.String logName,
java.lang.String operation,
java.lang.Object credential)
Returns true if a given log record should be published. |
| Method Detail |
public boolean isAuthorized(java.lang.String logName,
java.lang.String operation,
java.lang.Object credential)
logName - Log name on which operation is to be performedoperation - The log operation to be performedcredential - The credential to be authorized
public boolean isAuthorized(java.lang.Object credential)
credential - The credential to be checked for authorization.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||