|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface IAuthorizer
This interface defines method for authorization of log operation.
| メソッドの概要 | |
|---|---|
boolean |
isAuthorized(Object credential)
Returns true if given subject is authorized to change the
password. |
boolean |
isAuthorized(String logName,
String operation,
Object credential)
Returns true if a given log record should be published. |
| メソッドの詳細 |
|---|
boolean isAuthorized(String logName,
String operation,
Object credential)
true if a given log record should be published.
logName - Log name on which operation is to be performed.operation - The log operation to be performed.credential - The credential to be authorized.
true if the credential is authorized.boolean isAuthorized(Object credential)
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.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||