@Deprecated public class Authorizer extends Object
Constructor and Description |
---|
Authorizer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
public static boolean isAuthorized(String logName, String operation, Object credential)
logName
- Log name on which operation is to be performed.operation
- Log operation to be performed.credential
- Credential to be authorized.public static boolean isAuthorized(Object credential)
credential
- Credential to be checked for authorization.Copyright © 2010-2018, ForgeRock All Rights Reserved.