Uses of Enum
org.wildfly.security.auth.SupportLevel
Packages that use SupportLevel
Package
Description
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 SupportLevelModifier and TypeMethodDescriptionstatic SupportLevelSupportLevel.max(SupportLevel o1, SupportLevel o2) Get the maximum support level between two candidates.static SupportLevelReturns 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 SupportLevelModifier and TypeMethodDescriptionbooleanSupportLevel.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 SupportLevelModifier and TypeMethodDescriptionstatic booleanSupportLevel.isFull(EnumSet<SupportLevel> set) Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.