Uses of Class
fish.payara.cdi.auth.roles.LogicalOperator
-
Packages that use LogicalOperator Package Description fish.payara.cdi.auth.roles -
-
Uses of LogicalOperator in fish.payara.cdi.auth.roles
Methods in fish.payara.cdi.auth.roles that return LogicalOperator Modifier and Type Method Description LogicalOperatorsemantics()Whether accessing caller must be in any one of the given roles (OR) or all given roles (AND).static LogicalOperatorLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalOperator[]LogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-