com.sun.identity.log.spi
クラス Authorizer

java.lang.Object
  上位を拡張 com.sun.identity.log.spi.Authorizer

public class Authorizer
extends Object

This class is used to verify the authorization of the of the person who is trying to perform a log operation.


コンストラクタの概要
Authorizer()
           
 
メソッドの概要
static boolean isAuthorized(Object credential)
          Returns true if given subject is authorized to change the password.
static boolean isAuthorized(String logName, String operation, Object credential)
          Returns true if a given log record should be published.
 

コンストラクタの詳細

Authorizer

public Authorizer()
メソッドの詳細

isAuthorized

public static boolean isAuthorized(String logName,
                                   String operation,
                                   Object credential)
Returns true if a given log record should be published.

パラメータ:
logName - Log name on which operation is to be performed.
operation - Log operation to be performed.
credential - Credential to be authorized.
戻り値:
true if the credential is authorized.

isAuthorized

public static boolean isAuthorized(Object credential)
Returns true if given subject is authorized to change the password.

パラメータ:
credential - Credential to be checked for authorization.
戻り値:
true if given subject is authorized to change the password.