Uses of Class
org.wildfly.security.auth.server.RealmUnavailableException
Packages that use RealmUnavailableException
Package
Description
Security realm implementations for Elytron.
Classes related to a
SecurityRealm implementation based on the JDBC (Java Database Connectivity) API.Classes related to a
SecurityRealm implementation capable of integrating with
LDAP servers.Classes related to a
SecurityRealm implementation that handles different types of security tokens.Classes related to the different
TokenValidator implementations provided by Elytron.Server side of authentication provided by Elytron.
-
Uses of RealmUnavailableException in org.wildfly.extension.elytron
Methods in org.wildfly.extension.elytron that throw RealmUnavailableExceptionModifier and TypeMethodDescriptionJaasCustomSecurityRealmWrapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.JaasCustomSecurityRealmWrapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Deprecated.JaasCustomSecurityRealmWrapper.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Deprecated.JaasCustomSecurityRealmWrapper.getRealmIdentity(Principal principal) Deprecated.JaasCustomSecurityRealmWrapper.getRealmIdentity(Evidence evidence) Deprecated.JaasCustomSecurityRealmWrapper.getRealmIdentity(Evidence evidence, Function<Principal, Principal> principalTransformer) Deprecated. -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm with type parameters of type RealmUnavailableExceptionModifier and TypeFieldDescriptionprotected final Consumer<RealmUnavailableException>FailoverSecurityRealm.failoverCallbackMethods in org.wildfly.security.auth.realm that return RealmUnavailableExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.cannotFindSignature(String s) ElytronMessages_$logger.decodingHashedPasswordFromPropertiesRealmFailed(Exception e) ElytronMessages_$logger.failedToCreateLoginContext(Throwable cause) ElytronMessages_$logger.failedToInstantiateCustomHandler(Throwable cause) ElytronMessages_$logger.failedToLoadJaasConfigFile()ElytronMessages_$logger.failedToReadKeyStore(KeyStoreException e) ElytronMessages_$logger.fileSystemRealmAlreadyExists(String name, Throwable e) ElytronMessages_$logger.fileSystemRealmCertificateReadError(String format, Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemRealmDecryptionFailed(Throwable cause) ElytronMessages_$logger.fileSystemRealmDeleteFailed(String name, IOException e) ElytronMessages_$logger.fileSystemRealmEncryptionFailed(Throwable cause) ElytronMessages_$logger.fileSystemRealmFailedToOpen(Path path, String finalName, IOException cause) ElytronMessages_$logger.fileSystemRealmFailedToRead(Path path, String finalName, Exception cause) ElytronMessages_$logger.fileSystemRealmFailedToWrite(Path tempPath, String name, Exception e) ElytronMessages_$logger.fileSystemRealmInvalidContent(Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemRealmInvalidOtpAlgorithm(String algorithm, Path path, int lineNumber, String name, Throwable cause) ElytronMessages_$logger.fileSystemRealmInvalidOtpDefinition(Path path, int lineNumber, String name, Throwable cause) ElytronMessages_$logger.fileSystemRealmInvalidPasswordAlgorithm(String algorithm, Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemRealmInvalidPasswordFormat(String format, Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemRealmMissingAttribute(String attribute, Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemRealmNotFound(String name) ElytronMessages_$logger.fileSystemRealmUnsupportedKeyAlgorithm(String format, Path path, int lineNumber, String name, Exception e) ElytronMessages_$logger.fileSystemRealmUnsupportedKeyFormat(String format, Path path, int lineNumber, String name) ElytronMessages_$logger.fileSystemUpdatedFailed(String name, Throwable cause) ElytronMessages_$logger.noRealmFoundInProperties()ElytronMessages_$logger.noSuchIdentity()ElytronMessages_$logger.notModifiableRealm()ElytronMessages_$logger.unableToCreateIdentity()ElytronMessages_$logger.unableToGenerateSignature(String s) Methods in org.wildfly.security.auth.realm with parameters of type RealmUnavailableExceptionModifier and TypeMethodDescriptionprotected RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity.failover(RealmUnavailableException rue) final voidElytronMessages_$logger.realmFailover(RealmUnavailableException rue) Methods in org.wildfly.security.auth.realm that throw RealmUnavailableExceptionModifier and TypeMethodDescription<C extends Credential,R>
RFailoverSecurityRealm.FailoverRealmIdentity.applyToCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec, Function<C, R> function) <C extends Credential,R>
RFailoverSecurityRealm.FailoverRealmIdentity.applyToCredential(Class<C> credentialType, String algorithmName, Function<C, R> function) <C extends Credential,R>
RFailoverSecurityRealm.FailoverRealmIdentity.applyToCredential(Class<C> credentialType, Function<C, R> function) static voidFileSystemRealmUtil.cloneIdentitiesToNewRealm(FileSystemSecurityRealm oldRealm, FileSystemSecurityRealm newRealm) Copies identities from an existingFileSystemSecurityRealmto a new one.booleanFailoverSecurityRealm.FailoverRealmIdentity.exists()protected RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity.failover(RealmUnavailableException rue) FailoverSecurityRealm.FailoverRealmIdentity.getAttributes()FailoverSecurityRealm.FailoverRealmIdentity.getAuthorizationIdentity()<C extends Credential>
CFailoverSecurityRealm.FailoverRealmIdentity.getCredential(Class<C> credentialType) <C extends Credential>
CFailoverSecurityRealm.FailoverRealmIdentity.getCredential(Class<C> credentialType, String algorithmName) <C extends Credential>
CFailoverSecurityRealm.FailoverRealmIdentity.getCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) AggregateSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) CachingSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) DistributedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FailoverSecurityRealm.FailoverRealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FailoverSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FileSystemSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) JaasSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) KeyStoreBackedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) LegacyPropertiesSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) SimpleMapBackedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) AggregateSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) CachingSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) DistributedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FailoverSecurityRealm.FailoverRealmIdentity.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FailoverSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FileSystemSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) JaasSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) KeyStoreBackedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) LegacyPropertiesSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) SimpleMapBackedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) protected abstract RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity.getFailoverIdentity()AggregateSecurityRealm.getRealmIdentity(Principal principal) AggregateSecurityRealm.getRealmIdentity(Evidence evidence) CachingSecurityRealm.getRealmIdentity(Principal principal) DistributedSecurityRealm.getRealmIdentity(Principal principal) DistributedSecurityRealm.getRealmIdentity(Evidence evidence) FailoverSecurityRealm.getRealmIdentity(Principal principal) FailoverSecurityRealm.getRealmIdentity(Evidence evidence) KeyStoreBackedSecurityRealm.getRealmIdentity(Principal principal) LegacyPropertiesSecurityRealm.getRealmIdentity(Principal principal) CachingModifiableSecurityRealm.getRealmIdentityForUpdate(Principal principal) CachingModifiableSecurityRealm.getRealmIdentityIterator()FileSystemSecurityRealm.getRealmIdentityIterator()voidFailoverSecurityRealm.FailoverRealmIdentity.updateCredential(Credential credential) voidFileSystemSecurityRealm.updateRealmKeyPair()Re-generate the signatures for all the identities in this realm.booleanFailoverSecurityRealm.FailoverRealmIdentity.verifyEvidence(Evidence evidence) FileSystemSecurityRealm.verifyRealmIntegrity()Verify the integrity of each identity file in this realm.Constructor parameters in org.wildfly.security.auth.realm with type arguments of type RealmUnavailableExceptionModifierConstructorDescriptionFailoverSecurityRealm(SecurityRealm delegateRealm, SecurityRealm failoverRealm, Consumer<RealmUnavailableException> failoverCallback) Construct a new instance. -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.jdbc
Methods in org.wildfly.security.auth.realm.jdbc that throw RealmUnavailableExceptionModifier and TypeMethodDescriptionJdbcSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) JdbcSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.jdbc._private
Methods in org.wildfly.security.auth.realm.jdbc._private that return RealmUnavailableExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.couldNotExecuteQuery(String sql, Throwable cause) ElytronMessages.couldNotExecuteQuery(String sql, Throwable cause) ElytronMessages_$logger.couldNotOpenConnection(Throwable cause) ElytronMessages.couldNotOpenConnection(Throwable cause) ElytronMessages_$logger.unexpectedErrorWhenProcessingAuthenticationQuery(String sql, Throwable cause) ElytronMessages.unexpectedErrorWhenProcessingAuthenticationQuery(String sql, Throwable cause) -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that return RealmUnavailableExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.directLdapVerificationFailed(String distinguishedName, String absoluteName, Exception e) ElytronMessages_$logger.ldapRealmAttributesSettingFailed(String identity, Throwable cause) ElytronMessages_$logger.ldapRealmCannotSetAttributeWithoutMapping(String attribute, String identity) ElytronMessages_$logger.ldapRealmCredentialClearingFailed(String dn, Throwable cause) ElytronMessages_$logger.ldapRealmCredentialPersistingFailed(String credential, String dn, Throwable cause) ElytronMessages_$logger.ldapRealmFailedCreateIdentityOnServer(Throwable cause) ElytronMessages_$logger.ldapRealmFailedDeleteIdentityFromServer(Throwable cause) ElytronMessages_$logger.ldapRealmFailedToObtainContext(Throwable cause) ElytronMessages_$logger.ldapRealmIdentityNotExists(String identity) ElytronMessages_$logger.ldapRealmIdentitySearchFailed(Throwable cause) ElytronMessages_$logger.ldapRealmNotConfiguredToSupportCreatingIdentities()ElytronMessages_$logger.ldapRealmNotConfiguredToSupportIteratingOverIdentities()ElytronMessages_$logger.ldapRealmRequiresExactlyOneRdnAttribute(String attribute, String identity) ElytronMessages_$logger.ldapRealmsPersisterNotSupported()ElytronMessages_$logger.noSuchIdentity()Methods in org.wildfly.security.auth.realm.ldap that throw RealmUnavailableExceptionModifier and TypeMethodDescriptionvoidIdentityCredentialPersister.clearCredentials()Clear all supported credentials of identity.CredentialPersister.forIdentity(DirContext dirContext, String distinguishedName, Attributes attributes) Obtain anIdentityCredentialLoaderto query the credentials for a specific identity.voidIdentityCredentialPersister.persistCredential(Credential credential) Store credential of identity. -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.token
Methods in org.wildfly.security.auth.realm.token that throw RealmUnavailableExceptionModifier and TypeMethodDescriptionTokenSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) TokenSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) TokenValidator.validate(BearerTokenEvidence evidence) Validates aBearerTokenEvidenceand returns anAttributesinstance containing all information within a security token passed throughevidence. -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.token._private
Methods in org.wildfly.security.auth.realm.token._private that return RealmUnavailableExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.tokenRealmOAuth2TokenIntrospectionFailed(Throwable cause) ElytronMessages.tokenRealmOAuth2TokenIntrospectionFailed(Throwable cause) -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.token.validator
Methods in org.wildfly.security.auth.realm.token.validator that throw RealmUnavailableExceptionModifier and TypeMethodDescriptionJwtValidator.validate(BearerTokenEvidence evidence) OAuth2IntrospectValidator.validate(BearerTokenEvidence evidence) -
Uses of RealmUnavailableException in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return types with arguments of type RealmUnavailableExceptionModifier and TypeMethodDescriptionSecurityDomain.getIdentityLookupForUpdateFunction()Get a function which can be used to look up principals for update without a security manager permission check.SecurityDomain.getIdentityLookupFunction()Get a function which can be used to look up principals without a security manager permission check.Methods in org.wildfly.security.auth.server that throw RealmUnavailableExceptionModifier and TypeMethodDescriptiondefault <C extends Credential,R>
RRealmIdentity.applyToCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type, algorithm, and parameters.default <C extends Credential,R>
RRealmIdentity.applyToCredential(Class<C> credentialType, String algorithmName, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type and algorithm.default <C extends Credential,R>
RRealmIdentity.applyToCredential(Class<C> credentialType, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type.<C extends Credential,R>
RServerAuthenticationContext.applyToCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type and algorithm.<C extends Credential,R>
RServerAuthenticationContext.applyToCredential(Class<C> credentialType, String algorithmName, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type and algorithm.<C extends Credential,R>
RServerAuthenticationContext.applyToCredential(Class<C> credentialType, Function<C, R> function) Apply the given function to the acquired credential, if it is set and of the given type.SecurityDomain.authenticate(String name, Evidence evidence) Perform an authentication based onEvidencefor the specified identity name.SecurityDomain.authenticate(Principal principal, Evidence evidence) SecurityDomain.authenticate(Evidence evidence) Perform an authentication based onEvidencealone.booleanServerAuthenticationContext.authorize()Attempt to authorize an authentication attempt.booleanAttempt to authorize a change to a new user (possibly including an authentication attempt).booleanAttempt to authorize a change to a new user (possibly including an authentication attempt).default voidModifiableRealmIdentityIterator.close()Close any underlying resources.voidModifiableRealmIdentity.create()Create this realm identity.voidModifiableRealmIdentity.delete()Delete this realm identity.booleanRealmIdentity.exists()Determine if the identity exists in lieu of verifying or acquiring a credential.booleanServerAuthenticationContext.exists()Determine if the current authentication identity actually exists in the realm.default AttributesRealmIdentity.getAttributes()Get the attributes for the realm identity.default AuthorizationIdentityRealmIdentity.getAuthorizationIdentity()Get an authorization identity for this pre-authenticated identity.<C extends Credential>
CRealmIdentity.getCredential(Class<C> credentialType) Acquire a credential of the given type.default <C extends Credential>
CRealmIdentity.getCredential(Class<C> credentialType, String algorithmName) Acquire a credential of the given type and algorithm name.default <C extends Credential>
CRealmIdentity.getCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Acquire a credential of the given type and algorithm name.<C extends Credential>
CServerAuthenticationContext.getCredential(Class<C> credentialType) Acquire a credential of the given type.<C extends Credential>
CServerAuthenticationContext.getCredential(Class<C> credentialType, String algorithmName) Acquire a credential of the given type.<C extends Credential>
CServerAuthenticationContext.getCredential(Class<C> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Acquire a credential of the given type.default SupportLevelRealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.Transition method; remove before GA.RealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a given credential type is definitely obtainable, possibly obtainable, or definitely not obtainable for this identity.default SupportLevelSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.Transition method; remove before GA.SecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for] some identities), or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.RealmIdentity.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable.ServerAuthenticationContext.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType) Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.ServerAuthenticationContext.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SecurityDomain.getIdentity(String name) Look up aRealmIdentityby name by wrapping the name in aNamePrincipaland callingSecurityDomain.getIdentity(Principal).SecurityDomain.getIdentity(Principal principal) Look up aRealmIdentityby principal.SecurityDomain.getIdentityForUpdate(Principal principal) Look up aModifiableRealmIdentityby principal.default RealmIdentitySecurityRealm.getRealmIdentity(Principal principal) Get a handle for to the identity for the given principal in the context of this security realm.default RealmIdentitySecurityRealm.getRealmIdentity(Evidence evidence) Get a handle for to the identity for the given evidence in the context of this security realm.default RealmIdentitySecurityRealm.getRealmIdentity(Evidence evidence, Function<Principal, Principal> principalTransformer) Get a handle for the identity for the given evidence in the context of this security realm.default ModifiableRealmIdentityModifiableSecurityRealm.getRealmIdentityForUpdate(Principal principal) Get an update handle for to the identity for the given principal in the context of this security realm.default ModifiableRealmIdentityModifiableSecurityRealm.getRealmIdentityForUpdate(Evidence evidence) Get an update handle for to the identity for the given principal in the context of this security realm.ModifiableSecurityRealm.getRealmIdentityIterator()Get an iterator over all of this realm's identities.booleanServerAuthenticationContext.importIdentity(SecurityIdentity identity) Attempt to import the given security identity as a trusted identity.booleanServerAuthenticationContext.isSameName(String name) Determine if the given name refers to the same identity as the currently set authentication name.booleanServerAuthenticationContext.isSamePrincipal(Principal principal) Determine if the given principal refers to the same identity as the currently set authentication name.voidModifiableRealmIdentity.setAttributes(Attributes attributes) Modify the attributes collection of this identity.voidServerAuthenticationContext.setAuthenticationName(String name) Set the authentication name for this authentication.voidServerAuthenticationContext.setAuthenticationName(String name, boolean exclusive) Set the authentication name for this authentication.voidServerAuthenticationContext.setAuthenticationPrincipal(Principal principal) Set the authentication principal for this authentication.voidServerAuthenticationContext.setAuthenticationPrincipal(Principal principal, boolean exclusive) Set the authentication principal for this authentication.voidModifiableRealmIdentity.setCredentials(Collection<? extends Credential> credentials) Set the credentials of this identity.voidServerAuthenticationContext.setDecodedEvidencePrincipal(Evidence evidence) Set the decoded evidence principal.voidServerAuthenticationContext.succeed()Mark this authentication as "successful".default voidModifiableRealmIdentity.updateCredential(Credential credential) default voidRealmIdentity.updateCredential(Credential credential) Update a credential of this realm identity.voidServerAuthenticationContext.updateCredential(Credential credential) Update the credential for the current authentication identity.booleanRealmIdentity.verifyEvidence(Evidence evidence) Verify the given evidence against a credential of this identity.booleanServerAuthenticationContext.verifyEvidence(Evidence evidence) Verify the given evidence. -
Uses of RealmUnavailableException in org.wildfly.security.auth.server._private
Methods in org.wildfly.security.auth.server._private that return RealmUnavailableExceptionModifier and TypeMethodDescriptionElytronMessages_$logger.noSuchIdentity()ElytronMessages.noSuchIdentity()ElytronMessages_$logger.unableToCreateIdentity()ElytronMessages.unableToCreateIdentity()ElytronMessages_$logger.unableToObtainExclusiveAccess()ElytronMessages.unableToObtainExclusiveAccess() -
Uses of RealmUnavailableException in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl with parameters of type RealmUnavailableExceptionModifier and TypeMethodDescriptionfinal CertificateExceptionElytronMessages_$logger.notTrustedRealmProblem(RealmUnavailableException e, Principal principal)