Uses of Enum Class
org.apache.myfaces.tobago.internal.config.SecurityAnnotation
Packages that use SecurityAnnotation
-
Uses of SecurityAnnotation in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return SecurityAnnotationMethods in org.apache.myfaces.tobago.config with parameters of type SecurityAnnotationModifier and TypeMethodDescriptionvoid
TobagoConfig.setSecurityAnnotation
(SecurityAnnotation securityAnnotation) -
Uses of SecurityAnnotation in org.apache.myfaces.tobago.internal.config
Subclasses with type arguments of type SecurityAnnotation in org.apache.myfaces.tobago.internal.configModifier and TypeClassDescriptionenum
Defines how Tobago should check security annotations like e. g.Methods in org.apache.myfaces.tobago.internal.config that return SecurityAnnotationModifier and TypeMethodDescriptionTobagoConfigFragment.getSecurityAnnotation()
static SecurityAnnotation
Returns the enum constant of this class with the specified name.static SecurityAnnotation[]
SecurityAnnotation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.myfaces.tobago.internal.config with parameters of type SecurityAnnotationModifier and TypeMethodDescriptionvoid
TobagoConfigFragment.setSecurityAnnotation
(SecurityAnnotation securityAnnotation)