Uses of Class
org.wildfly.security.auth.SupportLevel
-
Packages that use SupportLevel Package Description org.wildfly.security.auth Classes relating to authentication on the client and server side. -
-
Uses of SupportLevel in org.wildfly.security.auth
Methods in org.wildfly.security.auth that return SupportLevel Modifier and Type Method Description static SupportLevelSupportLevel. max(SupportLevel o1, SupportLevel o2)Get the maximum support level between two candidates.static SupportLevelSupportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportLevel[]SupportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.auth with parameters of type SupportLevel Modifier and Type Method Description booleanSupportLevel. in(SupportLevel v1)Determine whether this instance is equal to one of the given instances.booleanSupportLevel. in(SupportLevel... values)Determine whether this instance is equal to one of the given instances.booleanSupportLevel. in(SupportLevel v1, SupportLevel v2)Determine whether this instance is equal to one of the given instances.booleanSupportLevel. in(SupportLevel v1, SupportLevel v2, SupportLevel v3)Determine whether this instance is equal to one of the given instances.static SupportLevelSupportLevel. max(SupportLevel o1, SupportLevel o2)Get the maximum support level between two candidates.Method parameters in org.wildfly.security.auth with type arguments of type SupportLevel Modifier and Type Method Description static booleanSupportLevel. isFull(EnumSet<SupportLevel> set)Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
-