Package com.sun.identity.log.spi
Class Authorizer
java.lang.Object
com.sun.identity.log.spi.Authorizer
Deprecated.
This class is used to verify the authorization of the
of the person who is trying to perform a log operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAuthorized
(Object credential) Deprecated.Returns true if given subject is authorized to change the password.static boolean
isAuthorized
(String logName, String operation, Object credential) Deprecated.Returns true if a given log record should be published.
-
Constructor Details
-
Authorizer
public Authorizer()Deprecated.
-
-
Method Details
-
isAuthorized
Deprecated.Returns true if a given log record should be published.- Parameters:
logName
- Log name on which operation is to be performed.operation
- Log operation to be performed.credential
- Credential to be authorized.- Returns:
- true if the credential is authorized.
-
isAuthorized
Deprecated.Returns true if given subject is authorized to change the password.- Parameters:
credential
- Credential to be checked for authorization.- Returns:
- true if given subject is authorized to change the password.
-