A C D E F G H I L M N O R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- asnInvalidGeneralNameType() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- asnUnexpectedTag() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- asnUnrecognisedAlgorithm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- authenticationFailed() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- authenticationFailed(String, String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- authenticationFailedEvidenceVerification() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- AuthenticationMechanismException - Exception in org.wildfly.security.mechanism
-
A network authentication mechanism exception.
- AuthenticationMechanismException() - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Constructs a new
AuthenticationMechanismExceptioninstance. - AuthenticationMechanismException(String) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Constructs a new
AuthenticationMechanismExceptioninstance with an initial message. - AuthenticationMechanismException(String, Throwable) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Constructs a new
AuthenticationMechanismExceptioninstance with an initial message and cause. - AuthenticationMechanismException(Throwable) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Constructs a new
AuthenticationMechanismExceptioninstance with an initial cause. - authorizationFailed(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
C
- CHANNEL_BINDING_NOT_PROVIDED - org.wildfly.security.mechanism.ScramServerErrorCode
- CHANNEL_BINDING_NOT_SUPPORTED - org.wildfly.security.mechanism.ScramServerErrorCode
- CHANNEL_BINDINGS_DONT_MATCH - org.wildfly.security.mechanism.ScramServerErrorCode
- computeIfAbsent(HttpScope, String, Function<String, R>) - Static method in class org.wildfly.security.mechanism._private.MechanismUtil
-
Get or compute the value for the given key in HttpScope, storing the computed value (if one is generated).
- credentialDestroyingFailed(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
D
- digestMechanismInvalidRealm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- digestMechanismRequireRealm() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
E
- ElytronMessages - Interface in org.wildfly.security.mechanism._private
-
Log messages and exceptions for Elytron.
- emptyNumber() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- EXTENSIONS_NOT_SUPPORTED - org.wildfly.security.mechanism.ScramServerErrorCode
F
- fromErrorString(String) - Static method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Convert the error string to the respective
ScramServerErrorCodeenum value, or to theOTHER_ERRORvalue if can't match. - fromException(Exception) - Static method in exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Convert the given exception to an
AuthenticationMechanismException.
G
- getError() - Method in exception org.wildfly.security.mechanism.ScramServerException
-
Returns the error code of the exception.
- getMessage() - Method in exception org.wildfly.security.mechanism.ScramServerException
- getMessageBytes() - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Returns the copy of the byte array representing the error message.
- getPasswordCredential(String, CallbackHandler, Class<S>, String, AlgorithmParameterSpec, AlgorithmParameterSpec, Supplier<Provider[]>) - Static method in class org.wildfly.security.mechanism.MechanismUtil
-
Deprecated.
- getPasswordCredential(String, CallbackHandler, Class<S>, String, AlgorithmParameterSpec, AlgorithmParameterSpec, Supplier<Provider[]>, ElytronMessages) - Static method in class org.wildfly.security.mechanism._private.MechanismUtil
-
Get a password from a client or server callback, falling back to clear password if needed.
- getPasswordCredential(String, CallbackHandler, Class<S>, String, AlgorithmParameterSpec, AlgorithmParameterSpec, Supplier<Provider[]>, ElytronMessages) - Static method in class org.wildfly.security.mechanism.MechanismUtil
-
Deprecated.
- getText() - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Returns the String representation of the error code.
H
- handleCallbacks(String, CallbackHandler, Callback...) - Static method in class org.wildfly.security.mechanism.MechanismUtil
-
Deprecated.
- handleCallbacks(ElytronMessages, CallbackHandler, Callback...) - Static method in class org.wildfly.security.mechanism._private.MechanismUtil
-
A varargs wrapper method for callback handler invocation.
- handleCallbacks(ElytronMessages, CallbackHandler, Callback...) - Static method in class org.wildfly.security.mechanism.MechanismUtil
-
Deprecated.
- httpBasic - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpBearer - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpClientCert - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpDigest - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpExternal - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpForm - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpSpnego - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- httpUserPass - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
I
- in(ScramServerErrorCode) - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Determine whether this instance is equal to one of the given instances.
- in(ScramServerErrorCode...) - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Determine whether this instance is equal to one of the given instances.
- in(ScramServerErrorCode, ScramServerErrorCode) - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Determine whether this instance is equal to one of the given instances.
- in(ScramServerErrorCode, ScramServerErrorCode, ScramServerErrorCode) - Method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Determine whether this instance is equal to one of the given instances.
- incorrectlyFormattedHeader(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- INVALID_ENCODING - org.wildfly.security.mechanism.ScramServerErrorCode
- INVALID_PROOF - org.wildfly.security.mechanism.ScramServerErrorCode
- INVALID_USERNAME_ENCODING - org.wildfly.security.mechanism.ScramServerErrorCode
- invalidNonceCount(int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- invalidNonceLength() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- invalidNumericCharacter() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- isFull(EnumSet<ScramServerErrorCode>) - Static method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
L
- log - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
M
- MechanismUtil - Class in org.wildfly.security.mechanism._private
-
Utils to be used by authentication mechanism (SASL or HTTP) implementations.
- MechanismUtil - Class in org.wildfly.security.mechanism
-
Deprecated.Should not be part of public API. Moved into internal
org.wildfly.security.mechanism._private.MechanismUtil. - mechAnonymousAuthorizationDenied() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthenticationFailed() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthenticationNameIsEmpty() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthenticationNameTooLong() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthenticationNotComplete() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthenticationRejectedInvalidProof() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthorizationFailed(String, String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthorizationFailed(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthorizationIdChanged() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthorizationIdTooLong() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechAuthorizationUnsupported(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechBadLengthOfMessageForNegotiatingSecurityLayer() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechBadSequenceNumberWhileUnwrapping(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerDoesNotSupportCredentialAcquisition(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerDoesNotSupportUserName(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerFailedForUnknownReason(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerNotProvidedClientCertificate() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerNotProvidedPrivateKey() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerNotProvidedServerCertificate() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCallbackHandlerUnsupportedCallback(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechCannotGetTwoWayPasswordChars(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechChannelBindingChanged() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechChannelBindingNotProvided() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechChannelBindingNotSupported() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechChannelBindingTypeMismatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechClientIdentifierMismatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechClientRefusesToInitiateAuthentication() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechClientSentExtraMessage() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechDisallowedClientRealm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechExpectingCommaOrLinearWhitespaceAfterQuoted(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechFailedToCreateChallengeFile(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechFailedToDetermineChannelBindingStatus(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechFailedToReadChallengeFile(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechGettingSupportedMechanismsFailed(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechGssApiMechanismMismatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechIncorrectParity() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInitialChallengeMustBeEmpty() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInsufficientQopsAvailable() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidCharacterInSeed() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidClientMessage() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidClientMessageWithCause(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidKeyForDigestHMAC() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidMessageOnUnwrapping(int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidMessageReceived() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTP() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPAlgorithm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPAlternateDictionary() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPPassPhrase() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPPasswordFormatType() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPResponseType() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPSeed() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidOTPSequenceNumber() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidServerMessage() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechInvalidServerMessageWithCause(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechIterationCountIsTooHigh(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechIterationCountIsTooLow(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechKeywordCannotBeEmpty() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechKeywordNotFollowedByEqual(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMacAlgorithmNotSupported(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMalformedFields(IllegalArgumentException) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMechanismToOidMappingFailed(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMessageAfterComplete() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMessageTooLong() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMessageTypeMustEqual(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMismatchedWrongDigestUri(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMissingDirective(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechMutualAuthenticationNotEnabled() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNegotiatedMechanismWasNotKerberosV5() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoCiphersOfferedByServer() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoCommonCipher() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoCommonProtectionLayer() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoLoginNameGiven() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNonceCountMustEqual(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoncesDoNotMatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoPasswordGiven() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoSecurityLayer() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoSecurityLayerButLengthReceived() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNotChosenRealm() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoTokenGiven() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNotProvidedUserName() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechNoValueFoundForKeyword(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechOneOfDirectivesHasToBeDefined(String, String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechOTPPassPhraseAndSeedMustNotMatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechOTPReinitializationFailed(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechPasswordNotVerified() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechProblemDuringCrypt(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechProblemDuringCryptResultIsNull() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechProblemDuringDecrypt(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechProblemDuringDecryptResultIsNull() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechProblemGettingRequiredCipher(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechReceiveBufferIsGreaterThanMaximum(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechReceivedMaxMessageSizeWhenNoSecurityLayer(int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechResponseTokenMismatch(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechSelectedUnofferedQop() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechServerAuthenticityCannotBeVerified() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechServerIdentifierMismatch() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechServerSentExtraMessage() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechServerSideAuthenticationFailed(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechServerTimedOut() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToAcceptClientMessage(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToCreateGssContext(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToCreateNameForAcceptor(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToCreateResponseToken(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToCreateResponseTokenWithCause(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToCreateSignature(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToDetermineBoundServerName(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToDetermineClientName(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToDeterminePeerName(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToDisposeGssContext(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToGenerateChallenge(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToGetMaximumSizeOfMessage(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToHandleResponseFromServer(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToObtainExclusiveAccess(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToRetrievePassword(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToSetChannelBinding(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToSetGssContextRequestFlags(Exception) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToUnwrapMessage(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToUnwrapSecurityLayerNegotiationMessage(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToUpdatePassword(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToVerifyClientSignature(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToVerifyServerSignature(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnableToWrapMessage(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnexpectedQop(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnknownCharset() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnknownCipher(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnmatchedMechanism(String, String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnmatchedQuoteFoundForValue(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnsupportedAlgorithm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUnsupportedCharset(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- mechUserNameContainsInvalidCharacter() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
N
- NO_RESOURCES - org.wildfly.security.mechanism.ScramServerErrorCode
O
- org.wildfly.security.mechanism - package org.wildfly.security.mechanism
- org.wildfly.security.mechanism._private - package org.wildfly.security.mechanism._private
- OTHER_ERROR - org.wildfly.security.mechanism.ScramServerErrorCode
R
- requiredNegativePadding(int, int) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
S
- sasl - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslAnonymous - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslDigest - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslEntity - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslExternal - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslGs2 - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslGssapi - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslLocal - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslOAuth2 - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslOTP - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslPlain - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- saslScram - Static variable in interface org.wildfly.security.mechanism._private.ElytronMessages
- ScramServerErrorCode - Enum in org.wildfly.security.mechanism
-
This enum lists server error codes for SCRAM authentication mechanism.
- ScramServerException - Exception in org.wildfly.security.mechanism
-
A SCRAM server-side exception with an error code.
- ScramServerException(String, Throwable, ScramServerErrorCode) - Constructor for exception org.wildfly.security.mechanism.ScramServerException
-
Constructs a new
ScramServerExceptioninstance with an initial message and cause. - ScramServerException(String, ScramServerErrorCode) - Constructor for exception org.wildfly.security.mechanism.ScramServerException
-
Constructs a new
ScramServerExceptioninstance with an initial message. - ScramServerException(Throwable, ScramServerErrorCode) - Constructor for exception org.wildfly.security.mechanism.ScramServerException
-
Constructs a new
ScramServerExceptioninstance with an initial cause. - ScramServerException(ScramServerErrorCode) - Constructor for exception org.wildfly.security.mechanism.ScramServerException
-
Constructs a new
ScramServerExceptioninstance. - scramServerRejectedAuthentication(ScramServerErrorCode) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- SERVER_DOES_NOT_SUPPORT_CHANNEL_BINDING - org.wildfly.security.mechanism.ScramServerErrorCode
- SERVER_DOES_SUPPORT_CHANNEL_BINDING - org.wildfly.security.mechanism.ScramServerErrorCode
T
- toHttpAuthenticationException() - Method in exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Convert this exception to an HTTP exception with the same message and stack trace.
- tooBigNumber() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- toSaslException() - Method in exception org.wildfly.security.mechanism.AuthenticationMechanismException
-
Convert this exception to a SASL exception with the same message and stack trace.
U
- unableToDetermineSubjectName(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- unableToIdentifyHttpScope() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- unableToInitialiseOid(Throwable) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- unableToObtainServerCredential() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- UNKNOWN_USER - org.wildfly.security.mechanism.ScramServerErrorCode
- unsuitableScope(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
- UNSUPPORTED_CHANNEL_BINDING_TYPE - org.wildfly.security.mechanism.ScramServerErrorCode
- usernameOrPasswordMissing() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
V
- valueOf(String) - Static method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.security.mechanism.ScramServerErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- wrappingNotConfigured() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
All Classes All Packages