|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.policy.analysis.PPAProvisioningPolicy
This class contains information that can be used in the analysis of a provisioning policy. Included in the provisioning policy are:
Field Summary | |
---|---|
static int |
SCOPE_SINGLE_LEVEL
Scope value indicating that the provisioning policy has single level scope. |
static int |
SCOPE_SUBTREE
Scope value indicating that the provisioning policy has subtree scope. |
Method Summary | |
---|---|
java.util.Collection |
getEntitlements()
Returns the entitlements for the provisioning policy. |
java.lang.String |
getName()
Returns the name of the provisioning policy. |
int |
getPriority()
Returns the priority of the provisioning policy. |
int |
getScope()
Returns the scope of the provisioning policy. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SCOPE_SINGLE_LEVEL
public static final int SCOPE_SUBTREE
Method Detail |
public java.util.Collection getEntitlements()
PPAEntitlement
public java.lang.String getName()
public int getPriority()
public int getScope()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |