|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Permission
Class Permission
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Permission |
|---|
Permission.Identity |
| Method Summary | ||
|---|---|---|
Set<String> |
getAction()
|
|
Privilege |
getPrivilege()
Retrieves the value for the reference privilege. |
|
Role |
getRealm()
Retrieves the value for the reference realm. |
|
|
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
|
void |
setAction(Set<String> action)
This method is equivalent to |
|
void |
setPrivilege(Privilege privilege)
Sets a new value for the reference privilege. |
|
void |
setRealm(Role realm)
Sets a new value for the reference realm. |
|
void |
setRealm(Role realm,
boolean idIsPersistent,
String id)
Set the object's composite association org:openmdx:security:realm1:PermissionIsGrantedToRole. |
|
| Methods inherited from interface org.openmdx.security.realm1.cci2.Permission |
|---|
getDescription, getName, setAction |
| Methods inherited from interface org.openmdx.base.jmi1.BasicObject |
|---|
getCreatedBy, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getModifiedAt |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| 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 org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
view for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.Set<String> getAction()
getAction in interface Permissionvoid setAction(Set<String> action)
This method is equivalent to
set.clear(); set.addAll(action);
action - collection to be copied.Privilege getPrivilege()
privilege.
getPrivilege in interface Permissionnull value for this reference.void setPrivilege(Privilege privilege)
privilege.
setPrivilege in interface Permissionprivilege - The non-null new value for this reference.Role getRealm()
realm.
getRealm in interface Permissionnull value for this reference.void setRealm(Role realm)
realm.
setRealm in interface Permissionrealm - The non-null new value for this reference.
void setRealm(Role realm,
boolean idIsPersistent,
String id)
org:openmdx:security:realm1:PermissionIsGrantedToRole.
setRealm in interface Permissionrealm - The non-null new value for this object's composite owner.idIsPersistent - Defines whether the id is persistent.id - The non-null new value for this object's qualifier.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||