| 
||||||||||
| 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 | |
|---|---|
 java.util.List<IPentahoAclEntry> | 
IAclHolder.getAccessControls()
Returns the ACLs on the existing object.  | 
 java.util.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(java.util.List<IPentahoAclEntry> acls)
Replaces existing access controls with a new list of access controls.  | 
 void | 
IAclHolder.setAccessControls(java.util.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.plugin.services.metadata | 
|---|
| Methods in org.pentaho.platform.plugin.services.metadata that return types with arguments of type IPentahoAclEntry | |
|---|---|
 java.util.List<IPentahoAclEntry> | 
MetadataAclHolder.getAccessControls()
 | 
 java.util.List<IPentahoAclEntry> | 
MetadataAclHolder.getEffectiveAccessControls()
 | 
| Method parameters in org.pentaho.platform.plugin.services.metadata with type arguments of type IPentahoAclEntry | |
|---|---|
 void | 
MetadataAclHolder.resetAccessControls(java.util.List<IPentahoAclEntry> acls)
 | 
 void | 
MetadataAclHolder.setAccessControls(java.util.List<IPentahoAclEntry> acls)
 | 
| 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 | |
|---|---|
 java.util.List<IPentahoAclEntry> | 
RepositoryFile.getAccessControls()
 | 
 java.util.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(java.util.List<IPentahoAclEntry> acls)
 | 
 void | 
RepositoryFile.setAccessControls(java.util.List<IPentahoAclEntry> acls)
This method's purpose is to allow Hibernate to initialize the ACLs from the data-store.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||