|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.cms.impl.jcr.command.ACLEnforcer
public class ACLEnforcer
ACLEnforcer checks proper access privileges for actions before the Command objects are allowed to execute and do their job on the CMS
| Nested Class Summary | |
|---|---|
static class |
ACLEnforcer.Type
|
| Constructor Summary | |
|---|---|
ACLEnforcer(AuthorizationManager authorizationManager)
|
|
| Method Summary | |
|---|---|
protected void |
addACLCommand(ACLEnforcer.Type type,
java.lang.String commandClassName)
Add a command to check for security control |
boolean |
hasAccess(PortalCMSSecurityContext cmsSecurityContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ACLEnforcer(AuthorizationManager authorizationManager)
| Method Detail |
|---|
protected void addACLCommand(ACLEnforcer.Type type,
java.lang.String commandClassName)
commandClassName - The fully qualified name of the commandpublic boolean hasAccess(PortalCMSSecurityContext cmsSecurityContext)
securityContext -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||