org.apache.deltaspike.security.impl.authorization
Class SecuredAnnotationAuthorizer
java.lang.Object
org.apache.deltaspike.security.impl.authorization.SecuredAnnotationAuthorizer
@Dependent
public class SecuredAnnotationAuthorizer
- extends Object
Authorizer implementation for the @Secured annotation
|
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 |
SecuredAnnotationAuthorizer
public SecuredAnnotationAuthorizer()
doSecuredCheck
@Secured(value={})
public boolean doSecuredCheck(javax.interceptor.InvocationContext invocationContext)
throws Exception
- Throws:
Exception
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.