Uses of Class
org.apache.myfaces.tobago.internal.config.SecurityAnnotation
-
Packages that use SecurityAnnotation Package Description org.apache.myfaces.tobago.config org.apache.myfaces.tobago.internal.config -
-
Uses of SecurityAnnotation in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return SecurityAnnotation Modifier and Type Method Description abstract SecurityAnnotation
TobagoConfig. getSecurityAnnotation()
-
Uses of SecurityAnnotation in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return SecurityAnnotation Modifier and Type Method Description SecurityAnnotation
TobagoConfigFragment. getSecurityAnnotation()
SecurityAnnotation
TobagoConfigImpl. getSecurityAnnotation()
static SecurityAnnotation
SecurityAnnotation. valueOf(String name)
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 SecurityAnnotation Modifier and Type Method Description void
TobagoConfigFragment. setSecurityAnnotation(SecurityAnnotation securityAnnotation)
void
TobagoConfigImpl. setSecurityAnnotation(SecurityAnnotation securityAnnotation)
-