Uses of Enum
org.wildfly.security.ssl.SecurityLevel
Packages that use SecurityLevel
-
Uses of SecurityLevel in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevelReturns 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.Methods in org.wildfly.security.ssl with parameters of type SecurityLevelModifier and TypeMethodDescriptionstatic CipherSuitePredicateCipherSuitePredicate.matchLevel(SecurityLevel level) Return a predicate which matches the given security level.static CipherSuitePredicateCipherSuitePredicate.matchLevel(SecurityLevel... levels) Return a predicate which matches any of the given security levels.static CipherSuitePredicateCipherSuitePredicate.matchLevelLessThan(SecurityLevel level) Return a predicate which matches all security levels less than the given level.Method parameters in org.wildfly.security.ssl with type arguments of type SecurityLevelModifier and TypeMethodDescriptionstatic CipherSuitePredicateCipherSuitePredicate.matchLevel(EnumSet<SecurityLevel> levels) Return a predicate which matches any of the given security levels.