Uses of Class
org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepError
Packages that use StringPrep.StringPrepError
Package
Description
-
Uses of StringPrep.StringPrepError in org.apache.activemq.artemis.spi.core.security.jaas
Methods in org.apache.activemq.artemis.spi.core.security.jaas that throw StringPrep.StringPrepError -
Uses of StringPrep.StringPrepError in org.apache.activemq.artemis.spi.core.security.scram
Modifier and TypeClassDescriptionstatic class
A prohibited character was detected.static class
RTL verification has failed, according to rfc3454 section 6.static class
static class
static class
static class
A prohibited unassigned codepoint was detected.Methods in org.apache.activemq.artemis.spi.core.security.scram that throw StringPrep.StringPrepErrorModifier and TypeMethodDescriptionstatic String
StringPrep.prepAsQueryString
(String s) Apply SASLPrep and return the result.static String
StringPrep.prepAsStoredString
(String s) Apply SASLPrep and return the result.