|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.examples.idmconsole.model.IdentityPermission
@Entity public class IdentityPermission
This entity stores ACL permissions
| Constructor Summary | |
|---|---|
IdentityPermission()
|
|
| Method Summary | |
|---|---|
Long |
getId()
Surrogate primary key value for the permission. |
IdentityObject |
getIdentityObject()
Either the specific identity object for which this permission is granted, or in the case of a permission granted against a group, this property then represents the "to" side of the group relationship. |
String |
getPermission()
The permission(s) granted for the resource. |
String |
getRelationshipName()
If this permission is granted to a group of identities, then this property may be used to indicate the name for named relationships, such as role memberships. |
IdentityObjectRelationshipType |
getRelationshipType()
If this permission is granted to a group of identities, then this property may be used to indicate the relationship type of the group membership. |
String |
getResource()
The unique identifier for the resource for which permission is granted |
void |
setId(Long id)
|
void |
setIdentityObject(IdentityObject identityObject)
|
void |
setPermission(String permission)
|
void |
setRelationshipName(String relationshipName)
|
void |
setRelationshipType(IdentityObjectRelationshipType relationshipType)
|
void |
setResource(String resource)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityPermission()
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
@NotNull @PermissionProperty(value=IDENTITY) public IdentityObject getIdentityObject()
public void setIdentityObject(IdentityObject identityObject)
@PermissionProperty(value=RELATIONSHIP_TYPE) public IdentityObjectRelationshipType getRelationshipType()
public void setRelationshipType(IdentityObjectRelationshipType relationshipType)
@PermissionProperty(value=RELATIONSHIP_NAME) public String getRelationshipName()
public void setRelationshipName(String relationshipName)
@PermissionProperty(value=RESOURCE) public String getResource()
public void setResource(String resource)
@PermissionProperty(value=PERMISSION) public String getPermission()
public void setPermission(String permission)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||