|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Policy
Abstract class Policy
| Method Summary | ||
|---|---|---|
void |
addPrivilege(Privilege newValue)
|
|
void |
addPrivilege(String id,
Privilege newValue)
|
|
void |
addRole(Role newValue)
|
|
void |
addRole(String name,
Role newValue)
|
|
|
getPrivilege(PrivilegeQuery query)
Retrieves the value for the reference privilege for the
specified query. |
|
|
getRole(RoleQuery query)
Retrieves the value for the reference role for the
specified query. |
|
void |
removePrivilege(String id)
|
|
void |
removeRole(String name)
|
|
| Methods inherited from interface org.openmdx.security.realm1.cci2.Policy |
|---|
getDescription, getName, getPrivilege, getRole, setDescription |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends Privilege> List<T> getPrivilege(PrivilegeQuery query)
privilege for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addPrivilege(String id,
Privilege newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addPrivilege(Privilege newValue)
newValue - The element to be appended.void removePrivilege(String id)
<T extends Role> List<T> getRole(RoleQuery query)
role for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addRole(String name,
Role newValue)
name - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addRole(Role newValue)
newValue - The element to be appended.void removeRole(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||