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 classA prohibited character was detected.static classRTL verification has failed, according to rfc3454 section 6.static classstatic classstatic classstatic classA prohibited unassigned codepoint was detected.Methods in org.apache.activemq.artemis.spi.core.security.scram that throw StringPrep.StringPrepErrorModifier and TypeMethodDescriptionstatic StringStringPrep.prepAsQueryString(String s) Apply SASLPrep and return the result.static StringStringPrep.prepAsStoredString(String s) Apply SASLPrep and return the result.