|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.security.policy.rolebased.ws.DefaultRoleAuthorizationPolicyRoleBindingDaoWebService
public class DefaultRoleAuthorizationPolicyRoleBindingDaoWebService
Implementation of IRoleAuthorizationPolicyRoleBindingDaoWebService
that delegates to an IRoleAuthorizationPolicyRoleBindingDao
instance.
Constructor Summary | |
---|---|
DefaultRoleAuthorizationPolicyRoleBindingDaoWebService()
No-arg constructor for when in Pentaho BI Server. |
|
DefaultRoleAuthorizationPolicyRoleBindingDaoWebService(IRoleAuthorizationPolicyRoleBindingDao roleBindingDao)
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultRoleAuthorizationPolicyRoleBindingDaoWebService()
public DefaultRoleAuthorizationPolicyRoleBindingDaoWebService(IRoleAuthorizationPolicyRoleBindingDao roleBindingDao)
Method Detail |
---|
public RoleBindingStruct getRoleBindingStruct(String locale)
IRoleAuthorizationPolicyRoleBindingDao
getRoleBindingStruct
in interface IRoleAuthorizationPolicyRoleBindingDao
getRoleBindingStruct
in interface IRoleAuthorizationPolicyRoleBindingDaoWebService
locale
- locale, possibly null
public List<String> getBoundLogicalRoleNames(List<String> runtimeRoleNames)
IRoleAuthorizationPolicyRoleBindingDao
#getRoleBindingStruct()
.
getBoundLogicalRoleNames
in interface IRoleAuthorizationPolicyRoleBindingDao
runtimeRoleNames
- list of runtime role names
null
public void setRoleBindings(String runtimeRoleName, List<String> logicalRolesNames)
IRoleAuthorizationPolicyRoleBindingDao
setRoleBindings
in interface IRoleAuthorizationPolicyRoleBindingDao
runtimeRoleName
- runtime role name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |