|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRoleAuthorizationPolicyRoleBindingDao
Associates (binds) logical roles with runtime roles.
| Method Summary | |
|---|---|
List<String> |
getBoundLogicalRoleNames(List<String> runtimeRoleNames)
Gets the logical roles bound to the given runtime roles. |
RoleBindingStruct |
getRoleBindingStruct(String locale)
Gets a struct-like object that contains everything known by this DAO. |
void |
setRoleBindings(String runtimeRoleName,
List<String> logicalRolesNames)
Sets the bindings for the given runtime role. |
| Method Detail |
|---|
RoleBindingStruct getRoleBindingStruct(String locale)
locale - locale, possibly null
void setRoleBindings(String runtimeRoleName,
List<String> logicalRolesNames)
runtimeRoleName - runtime role namelogicalRoleNames - list of logical role namesList<String> getBoundLogicalRoleNames(List<String> runtimeRoleNames)
#getRoleBindingStruct().
runtimeRoleNames - list of runtime role names
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||