|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRoleAuthorizationPolicyActionBindingDao
Associates (binds) logical roles with actions.
Method Summary | |
---|---|
Map<String,List<String>> |
getActionBindings(String actionNamespace)
Returns a map with action names as keys and lists of logical role names as values. |
List<String> |
getBoundLogicalRoleNames(String actionName)
Returns list of logical role names associated with the given action name. |
Method Detail |
---|
Map<String,List<String>> getActionBindings(String actionNamespace)
actionNamespace
- action namespace (aka service name)
List<String> getBoundLogicalRoleNames(String actionName)
actionName
- namespaced action name
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |