org.jboss.errai.security.server
Class SecurityAnnotationExtension
java.lang.Object
org.jboss.errai.security.server.SecurityAnnotationExtension
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class SecurityAnnotationExtension
- extends Object
- implements javax.enterprise.inject.spi.Extension
This Extension
allows type level RestrictedAccess
annotations to
trigger server-side interceptors on their method calls.
- Author:
- edewit@redhat.com
Method Summary |
void |
addParameterLogger(javax.enterprise.inject.spi.ProcessAnnotatedType<?> processAnnotatedType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityAnnotationExtension
public SecurityAnnotationExtension()
addParameterLogger
public void addParameterLogger(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<?> processAnnotatedType)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.