Uses of Class
org.apache.activemq.artemis.spi.core.security.scram.StringPrep.StringPrepError
-
Packages that use StringPrep.StringPrepError Package Description org.apache.activemq.artemis.spi.core.security.jaas org.apache.activemq.artemis.spi.core.security.scram -
-
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 Modifier and Type Method Description static voidSCRAMPropertiesLoginModule. main(String[] args)Main method that could be used to encrypt given credentials for use in properties files -
Uses of StringPrep.StringPrepError in org.apache.activemq.artemis.spi.core.security.scram
Subclasses of StringPrep.StringPrepError in org.apache.activemq.artemis.spi.core.security.scram Modifier and Type Class Description static classStringPrep.StringPrepProhibitedCharacterA prohibited character was detected.static classStringPrep.StringPrepRTLErrorRTL verification has failed, according to rfc3454 section 6.static classStringPrep.StringPrepRTLErrorBothRALandLstatic classStringPrep.StringPrepRTLErrorRALWithoutPrefixstatic classStringPrep.StringPrepRTLErrorRALWithoutSuffixstatic classStringPrep.StringPrepUnassignedCodepointA prohibited unassigned codepoint was detected.Methods in org.apache.activemq.artemis.spi.core.security.scram that throw StringPrep.StringPrepError Modifier and Type Method Description static StringStringPrep. prepAsQueryString(String s)Apply SASLPrep and return the result.static StringStringPrep. prepAsStoredString(String s)Apply SASLPrep and return the result.
-