|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IPentahoAclEntry in org.pentaho.platform.api.engine |
|---|
| Methods in org.pentaho.platform.api.engine that return IPentahoAclEntry | |
|---|---|
IPentahoAclEntry |
IAclVoter.getEffectiveAcl(IPentahoSession session,
IAclHolder holder)
This returns the effective ACL for the piece of content for the given user. |
| Methods in org.pentaho.platform.api.engine that return types with arguments of type IPentahoAclEntry | |
|---|---|
List<IPentahoAclEntry> |
IAclHolder.getAccessControls()
Returns the ACLs on the existing object. |
List<IPentahoAclEntry> |
IAclHolder.getEffectiveAccessControls()
Examines whether the existing object has ACLs. |
| Method parameters in org.pentaho.platform.api.engine with type arguments of type IPentahoAclEntry | |
|---|---|
void |
IAclHolder.resetAccessControls(List<IPentahoAclEntry> acls)
Replaces existing access controls with a new list of access controls. |
void |
IAclHolder.setAccessControls(List<IPentahoAclEntry> acls)
Sets the access controls on this specific object. |
| Uses of IPentahoAclEntry in org.pentaho.platform.engine.security.acls |
|---|
| Classes in org.pentaho.platform.engine.security.acls that implement IPentahoAclEntry | |
|---|---|
class |
PentahoAclEntry
Base Pentaho Access Control entry. |
| Uses of IPentahoAclEntry in org.pentaho.platform.engine.security.acls.voter |
|---|
| Methods in org.pentaho.platform.engine.security.acls.voter that return IPentahoAclEntry | |
|---|---|
IPentahoAclEntry |
PentahoAllowAllAclVoter.getEffectiveAcl(IPentahoSession session,
IAclHolder holder)
|
| Uses of IPentahoAclEntry in org.pentaho.platform.repository.solution.dbbased |
|---|
| Methods in org.pentaho.platform.repository.solution.dbbased that return types with arguments of type IPentahoAclEntry | |
|---|---|
List<IPentahoAclEntry> |
RepositoryFile.getAccessControls()
|
List<IPentahoAclEntry> |
RepositoryFile.getEffectiveAccessControls()
Chains up to find the access controls that are in force on this object. |
| Method parameters in org.pentaho.platform.repository.solution.dbbased with type arguments of type IPentahoAclEntry | |
|---|---|
void |
RepositoryFile.resetAccessControls(List<IPentahoAclEntry> acls)
|
void |
RepositoryFile.setAccessControls(List<IPentahoAclEntry> acls)
This method's purpose is to allow Hibernate to initialize the ACLs from the data-store. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||