public class PolicyEvent extends Object
PolicyListener
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2010-2013, ForgeRock All Rights Reserved.