Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.security.jaas | |
org.apache.activemq.artemis.spi.core.security.scram |
Modifier and Type | Method and Description |
---|---|
static void |
SCRAMPropertiesLoginModule.main(String[] args)
Main method that could be used to encrypt given credentials for use in properties files
|
Modifier and Type | Class and Description |
---|---|
static class |
StringPrep.StringPrepProhibitedCharacter
A prohibited character was detected.
|
static class |
StringPrep.StringPrepRTLError
RTL verification has failed, according to rfc3454 section 6.
|
static class |
StringPrep.StringPrepRTLErrorBothRALandL |
static class |
StringPrep.StringPrepRTLErrorRALWithoutPrefix |
static class |
StringPrep.StringPrepRTLErrorRALWithoutSuffix |
static class |
StringPrep.StringPrepUnassignedCodepoint
A prohibited unassigned codepoint was detected.
|
Modifier and Type | Method and Description |
---|---|
static String |
StringPrep.prepAsQueryString(String s)
Apply SASLPrep and return the result.
|
static String |
StringPrep.prepAsStoredString(String s)
Apply SASLPrep and return the result.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.