|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.policy.PolicyEvent
public class PolicyEvent
Class to represent policy change events, used by policy framework to notify interested listeners
PolicyListener| フィールドの概要 | |
|---|---|
static int |
POLICY_ADDED
constant to indicate change type policy added |
static int |
POLICY_MODIFIED
constant to indicate change type policy modified |
static int |
POLICY_REMOVED
constant to indicate change type policy removed |
| メソッドの概要 | |
|---|---|
int |
getChangeType()
Gets the change type The change type gives the type of policy change that triggered this event indicating whether a policy was added, modified or removed. |
Set |
getResourceNames()
Gets the resource names affected by the policy change. |
| フィールドの詳細 |
|---|
public static final int POLICY_ADDED
public static final int POLICY_MODIFIED
public static final int POLICY_REMOVED
| メソッドの詳細 |
|---|
public Set getResourceNames()
public int getChangeType()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||