|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Permission
A permission object is a persistent representation of a java.security.Permission object. It contains name, class name, and action properties. Permission also contains a collection of groups to which the permission is granted.
A permission instance represents an in-memory copy of data in a repository.
Method Summary | |
---|---|
java.lang.String |
getActions()
Returns the actions of the permission. |
java.lang.String |
getClassName()
Returns the class name of the permission. |
java.lang.String |
getName()
Returns the name of the permission. |
PermissionID |
getPermissionID()
The ID that uniquely identifies this permission amongst all other permissions in the repository. |
Method Detail |
---|
PermissionID getPermissionID()
java.lang.String getName()
java.lang.String getActions()
java.lang.String getClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |