Package | Description |
---|---|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
static SecurityLevel |
SecurityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityLevel[] |
SecurityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CipherSuitePredicate |
CipherSuitePredicate.matchLevel(SecurityLevel... levels)
Return a predicate which matches any of the given security levels.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchLevel(SecurityLevel level)
Return a predicate which matches the given security level.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchLevelLessThan(SecurityLevel level)
Return a predicate which matches all security levels less than the given level.
|
Modifier and Type | Method and Description |
---|---|
static CipherSuitePredicate |
CipherSuitePredicate.matchLevel(EnumSet<SecurityLevel> levels)
Return a predicate which matches any of the given security levels.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.