|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.engine.security.acls.voter.AbstractPentahoAclVoter
org.pentaho.platform.engine.security.acls.voter.PentahoBasicAclVoter
org.pentaho.platform.engine.security.acls.voter.PentahoAllowAnonymousAclVoter
public class PentahoAllowAnonymousAclVoter
Extends the BasicAclVoter, but overrides the getAuthentication() method to allow anonymous sessions. This is the simplest case to add to other voters.
Constructor Summary | |
---|---|
PentahoAllowAnonymousAclVoter()
|
Method Summary | |
---|---|
org.springframework.security.Authentication |
getAuthentication(IPentahoSession session)
|
Methods inherited from class org.pentaho.platform.engine.security.acls.voter.PentahoBasicAclVoter |
---|
getEffectiveAcl, getEffectiveAcls, hasAccess |
Methods inherited from class org.pentaho.platform.engine.security.acls.voter.AbstractPentahoAclVoter |
---|
getAdminRole, init, isGranted, isPentahoAdministrator, setAdminRole |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pentaho.platform.api.engine.IAclVoter |
---|
getAdminRole, isGranted, isPentahoAdministrator, setAdminRole |
Constructor Detail |
---|
public PentahoAllowAnonymousAclVoter()
Method Detail |
---|
public org.springframework.security.Authentication getAuthentication(IPentahoSession session)
getAuthentication
in class PentahoBasicAclVoter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |