|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleManager
Manages roles.
Method Summary | |
---|---|
Role |
createRole(java.lang.String name)
Create a role without any security restrictions. |
Role |
getRole(java.lang.String name)
Get the specific role without any security restrictions. |
Method Detail |
---|
Role createRole(java.lang.String name) throws java.lang.UnsupportedOperationException, java.lang.Exception
java.lang.UnsupportedOperationException
- in case the role manager does not support this operation
java.lang.Exception
Role getRole(java.lang.String name) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
- in case the role manager does not support this operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |