|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.platform.engine.security.acls.AclPublisher
public class AclPublisher
Constructor Summary | |
---|---|
AclPublisher()
Default constructor. |
|
AclPublisher(Map<IPermissionRecipient,IPermissionMask> defAcls)
Constructor that allows overriding the source of the default access control list. |
Method Summary | |
---|---|
Map<IPermissionRecipient,IPermissionMask> |
getDefaultAclList()
Returns an unmodifiable map of default access controls. |
void |
publishDefaultAcls(IAclSolutionFile rootFile)
This method is called from the RDBMS repository publish method when publishing a file-based solution to the RDBMS repository. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AclPublisher(Map<IPermissionRecipient,IPermissionMask> defAcls)
defAcls
- public AclPublisher()
Method Detail |
---|
public void publishDefaultAcls(IAclSolutionFile rootFile)
publishDefaultAcls
in interface IAclPublisher
rootFile
- IAclSolutionFile
public Map<IPermissionRecipient,IPermissionMask> getDefaultAclList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |