org.apache.myfaces.extensions.cdi.jsf.impl.security
Class SecurityInterceptor

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor
All Implemented Interfaces:
Serializable

@Secured(value=org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor.PlaceHolderVoter.class)
@Interceptor
public class SecurityInterceptor
extends Object
implements Serializable

Interceptor for Secured - details see SecurityStrategy

See Also:
Serialized Form

Constructor Summary
SecurityInterceptor()
           
 
Method Summary
 Object filterDeniedInvocations(javax.interceptor.InvocationContext invocationContext)
          Triggers the registered AccessDecisionVoters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor()
Method Detail

filterDeniedInvocations

public Object filterDeniedInvocations(javax.interceptor.InvocationContext invocationContext)
                               throws Exception
Triggers the registered AccessDecisionVoters

Parameters:
invocationContext - current invocation-context
Returns:
result of the intercepted method
Throws:
Exception - exception which might be thrown by the intercepted method


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.