|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdminPolicy
Defines an administrator policy for a role.
An admin policy contains:getTriggerRule()
inherited from Policy.
getUserScopeRule().
createAdminPolicy()| Method Summary | |
|---|---|
boolean |
getAdminManagementFlag()
Retrieves the administrator management flag for this policy. |
boolean |
getMemberManagementFlag()
Retrieves the member management flag for this policy. |
ScopeRule |
getUserScopeRule()
Retrieves the policy's user scope rule. |
void |
setAdminManagementFlag(boolean value)
Sets the administrator management flag for this policy. |
void |
setMemberManagementFlag(boolean value)
Sets the member management flag for this policy. |
void |
setUserScopeRule(ScopeRule rule)
Sets the policy's user scope rule. |
| Methods inherited from interface com.netegrity.llsdk6.imsapi.policy.Policy |
|---|
getMemberRule, getRole, getTriggerRule, setMemberRule, setTriggerRule |
| Methods inherited from interface com.netegrity.llsdk6.imsapi.abstractinterface.ModifiableObject |
|---|
modifyObject, modifyObject |
| Method Detail |
|---|
ScopeRule getUserScopeRule()
null if a scope rule is
not defined for the policy.void setUserScopeRule(ScopeRule rule)
rule - The user scope rule to define for this policy.boolean getMemberManagementFlag()
true if the administrator can manage
members of the role, or false otherwise.void setMemberManagementFlag(boolean value)
value - true if the administrator can manage
members of the role, or false otherwise.boolean getAdminManagementFlag()
true if the administrator can manage
administrators of the role, or false otherwise.void setAdminManagementFlag(boolean value)
value - true if the administrator can manage
administrators the role, or false otherwise.
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||