org.trails.security.annotation
Class SecurityAnnotationHandler

java.lang.Object
  extended by org.trails.descriptor.annotation.AbstractAnnotationHandler
      extended by org.trails.security.annotation.SecurityAnnotationHandler

public class SecurityAnnotationHandler
extends AbstractAnnotationHandler


Constructor Summary
SecurityAnnotationHandler()
           
 
Method Summary
 java.util.List buildClassRestrictions(java.lang.Class type)
           
 java.util.List<PropertySecurityRestriction> buildPropertyRestrictions(java.lang.reflect.AnnotatedElement annotatedElement, java.lang.String propertyName)
           
 
Methods inherited from class org.trails.descriptor.annotation.AbstractAnnotationHandler
isDefault, setPropertiesFromAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityAnnotationHandler

public SecurityAnnotationHandler()
Method Detail

buildClassRestrictions

public java.util.List buildClassRestrictions(java.lang.Class type)

buildPropertyRestrictions

public java.util.List<PropertySecurityRestriction> buildPropertyRestrictions(java.lang.reflect.AnnotatedElement annotatedElement,
                                                                             java.lang.String propertyName)


Copyright © 2004-2008. All Rights Reserved.