org.apache.deltaspike.security.impl.authorization
Class SecuredAnnotationAuthorizer

java.lang.Object
  extended by org.apache.deltaspike.security.impl.authorization.SecuredAnnotationAuthorizer

@Dependent
public class SecuredAnnotationAuthorizer
extends Object

Authorizer implementation for the @Secured annotation


Constructor Summary
SecuredAnnotationAuthorizer()
           
 
Method Summary
 boolean doSecuredCheck(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredAnnotationAuthorizer

public SecuredAnnotationAuthorizer()
Method Detail

doSecuredCheck

@Secured(value={})
public boolean doSecuredCheck(javax.interceptor.InvocationContext invocationContext)
                       throws Exception
Throws:
Exception


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