Package | Description |
---|---|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
static Authentication |
Authentication.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authentication.in(Authentication... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Authentication.in(Authentication value1,
Authentication value2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Authentication.in(Authentication value1,
Authentication value2,
Authentication value3)
Determine whether this instance is equal to one of the given instances.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchAuthentication(Authentication... authentications)
Return a predicate which matches any of the given authentication schemes.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchAuthentication(Authentication authentication)
Return a predicate which matches the given authentication scheme.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Authentication.isFull(EnumSet<Authentication> authentications)
Determine whether the given set is "full" (meaning it contains all possible values).
|
static CipherSuitePredicate |
CipherSuitePredicate.matchAuthentication(EnumSet<Authentication> authentications)
Return a predicate which matches any of the given authentication schemes.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.