|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.impl.invocation.JBossInterceptor
org.jboss.portal.core.controller.ControllerInterceptor
org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor
public final class PolicyEnforcementInterceptor
This aspect enforces security policy for all commands.
Portal resources should only be accessible to individuals that are entitled to do so. This interceptor makes sure that the requested resource is available to the requesting subject, by utilizing the configured JACC Policy.
Field Summary | |
---|---|
protected boolean |
isTrace
Trace . |
Constructor Summary | |
---|---|
PolicyEnforcementInterceptor()
|
Method Summary | |
---|---|
ControllerResponse |
invoke(ControllerCommand cmd)
|
Methods inherited from class org.jboss.portal.core.controller.ControllerInterceptor |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean isTrace
Constructor Detail |
---|
public PolicyEnforcementInterceptor()
Method Detail |
---|
public ControllerResponse invoke(ControllerCommand cmd) throws java.lang.Exception, InvocationException
invoke
in class ControllerInterceptor
cmd
-
InvocationException
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |