Errai 3.0.1-SNAPSHOT

org.jboss.errai.security.server
Class SecurityAnnotationExtension

java.lang.Object
  extended by 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

Constructor Summary
SecurityAnnotationExtension()
           
 
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
 

Constructor Detail

SecurityAnnotationExtension

public SecurityAnnotationExtension()
Method Detail

addParameterLogger

public void addParameterLogger(@Observes
                               javax.enterprise.inject.spi.ProcessAnnotatedType<?> processAnnotatedType)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.