Uses of Enum
org.wildfly.security.ssl.Authentication
Packages that use Authentication
-
Uses of Authentication in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return AuthenticationModifier and TypeMethodDescriptionstatic AuthenticationReturns the enum constant of this type with the specified name.static Authentication[]Authentication.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.ssl with parameters of type AuthenticationModifier and TypeMethodDescriptionbooleanAuthentication.in(Authentication... values) Determine whether this instance is equal to one of the given instances.booleanAuthentication.in(Authentication value1, Authentication value2) Determine whether this instance is equal to one of the given instances.booleanAuthentication.in(Authentication value1, Authentication value2, Authentication value3) Determine whether this instance is equal to one of the given instances.static CipherSuitePredicateCipherSuitePredicate.matchAuthentication(Authentication authentication) Return a predicate which matches the given authentication scheme.static CipherSuitePredicateCipherSuitePredicate.matchAuthentication(Authentication... authentications) Return a predicate which matches any of the given authentication schemes.Method parameters in org.wildfly.security.ssl with type arguments of type AuthenticationModifier and TypeMethodDescriptionstatic booleanAuthentication.isFull(EnumSet<Authentication> authentications) Determine whether the given set is "full" (meaning it contains all possible values).static CipherSuitePredicateCipherSuitePredicate.matchAuthentication(EnumSet<Authentication> authentications) Return a predicate which matches any of the given authentication schemes.