|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Permission
Class Permission
| Nested Class Summary | |
|---|---|
static interface |
Permission.Identity
Object Identity |
| Method Summary | |
|---|---|
Set<String> |
getAction()
|
String |
getDescription()
|
String |
getName()
Retrieves the value for the attribute name. |
Privilege |
getPrivilege()
Retrieves the value for the reference privilege. |
Role |
getRealm()
Retrieves the value for the reference realm. |
void |
setAction(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.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
Set<String> getAction()
void setAction(String... action)
This method is equivalent to
set.clear(); set.addAll(Arrays.asList(action));
action - value(s) to be added to actionString getDescription()
description.String getName()
name.
name.Privilege getPrivilege()
privilege.
null value for this reference.void setPrivilege(Privilege privilege)
privilege.
privilege - The non-null new value for this reference.Role getRealm()
realm.
null value for this reference.void setRealm(Role realm)
realm.
realm - The non-null new value for this reference.
void setRealm(Role realm,
boolean idIsPersistent,
String id)
org:openmdx:security:realm1:PermissionIsGrantedToRole.
realm - 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 | |||||||||