Uses of Enum
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 SecurityAnnotationModifier and TypeMethodDescriptionabstract SecurityAnnotation
TobagoConfig.getSecurityAnnotation()
-
Uses of SecurityAnnotation in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return SecurityAnnotationModifier and TypeMethodDescriptionTobagoConfigFragment.getSecurityAnnotation()
TobagoConfigImpl.getSecurityAnnotation()
static SecurityAnnotation
Returns the enum constant of this type with the specified name.static SecurityAnnotation[]
SecurityAnnotation.values()
Returns an array containing the constants of this enum type, 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) void
TobagoConfigImpl.setSecurityAnnotation
(SecurityAnnotation securityAnnotation)