Uses of Class
org.wildfly.security.auth.server.RealmUnavailableException
-
Packages that use RealmUnavailableException Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.jdbc._private org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealmimplementation capable of integrating with LDAP servers.org.wildfly.security.auth.realm.token Classes related to aSecurityRealmimplementation that handles different types of security tokens.org.wildfly.security.auth.realm.token._private org.wildfly.security.auth.realm.token.validator Classes related to the differentTokenValidatorimplementations provided by Elytron.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server._private org.wildfly.security.ssl -
-
Uses of RealmUnavailableException in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm with type parameters of type RealmUnavailableException Modifier and Type Field Description protected Consumer<RealmUnavailableException>FailoverSecurityRealm. failoverCallbackMethods in org.wildfly.security.auth.realm with parameters of type RealmUnavailableException Modifier and Type Method Description protected RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity. failover(RealmUnavailableException rue)voidElytronMessages_$logger. realmFailover(RealmUnavailableException rue)Methods in org.wildfly.security.auth.realm that throw RealmUnavailableException Modifier and Type Method Description <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)AttributesFailoverSecurityRealm.FailoverRealmIdentity. getAttributes()AuthorizationIdentityFailoverSecurityRealm.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)SupportLevelAggregateSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelCachingSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelDistributedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFailoverSecurityRealm.FailoverRealmIdentity. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFailoverSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFileSystemSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelJaasSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelKeyStoreBackedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelLegacyPropertiesSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelSimpleMapBackedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelAggregateSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelCachingSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelDistributedSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFailoverSecurityRealm.FailoverRealmIdentity. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFailoverSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFileSystemSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelJaasSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelKeyStoreBackedSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelLegacyPropertiesSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelSimpleMapBackedSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)protected abstract RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity. getFailoverIdentity()RealmIdentityAggregateSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityAggregateSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityCachingSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityDistributedSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityDistributedSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityFailoverSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityFailoverSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityKeyStoreBackedSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityLegacyPropertiesSecurityRealm. getRealmIdentity(Principal principal)ModifiableRealmIdentityCachingModifiableSecurityRealm. getRealmIdentityForUpdate(Principal principal)ModifiableRealmIdentityIteratorCachingModifiableSecurityRealm. getRealmIdentityIterator()ModifiableRealmIdentityIteratorFileSystemSecurityRealm. 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.IntegrityResultFileSystemSecurityRealm. verifyRealmIntegrity()Verify the integrity of each identity file in this realm.Constructor parameters in org.wildfly.security.auth.realm with type arguments of type RealmUnavailableException Constructor Description FailoverSecurityRealm(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 RealmUnavailableException Modifier and Type Method Description SupportLevelJdbcSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelJdbcSecurityRealm. 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 RealmUnavailableException Modifier and Type Method Description RealmUnavailableExceptionElytronMessages_$logger. couldNotExecuteQuery(String sql, Throwable cause)RealmUnavailableExceptionElytronMessages. couldNotExecuteQuery(String sql, Throwable cause)RealmUnavailableExceptionElytronMessages_$logger. couldNotOpenConnection(Throwable cause)RealmUnavailableExceptionElytronMessages. couldNotOpenConnection(Throwable cause)RealmUnavailableExceptionElytronMessages_$logger. unexpectedErrorWhenProcessingAuthenticationQuery(String sql, Throwable cause)RealmUnavailableExceptionElytronMessages. unexpectedErrorWhenProcessingAuthenticationQuery(String sql, Throwable cause) -
Uses of RealmUnavailableException in org.wildfly.security.auth.realm.ldap
Methods in org.wildfly.security.auth.realm.ldap that throw RealmUnavailableException Modifier and Type Method Description voidIdentityCredentialPersister. clearCredentials()Clear all supported credentials of identity.IdentityCredentialPersisterCredentialPersister. 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 RealmUnavailableException Modifier and Type Method Description SupportLevelTokenSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelTokenSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)AttributesTokenValidator. 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 RealmUnavailableException Modifier and Type Method Description RealmUnavailableExceptionElytronMessages_$logger. tokenRealmOAuth2TokenIntrospectionFailed(Throwable cause)RealmUnavailableExceptionElytronMessages. 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 RealmUnavailableException Modifier and Type Method Description AttributesJwtValidator. validate(BearerTokenEvidence evidence)AttributesOAuth2IntrospectValidator. 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 RealmUnavailableException Modifier and Type Method Description ExceptionFunction<Principal,ModifiableRealmIdentity,RealmUnavailableException>SecurityDomain. getIdentityLookupForUpdateFunction()Get a function which can be used to look up principals for update without a security manager permission check.ExceptionFunction<Principal,RealmIdentity,RealmUnavailableException>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 RealmUnavailableException Modifier and Type Method Description default <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.SecurityIdentitySecurityDomain. authenticate(String name, Evidence evidence)Perform an authentication based onEvidencefor the specified identity name.SecurityIdentitySecurityDomain. authenticate(Principal principal, Evidence evidence)SecurityIdentitySecurityDomain. authenticate(Evidence evidence)Perform an authentication based onEvidencealone.booleanServerAuthenticationContext. authorize()Attempt to authorize an authentication attempt.booleanServerAuthenticationContext. authorize(String name)Attempt to authorize a change to a new user (possibly including an authentication attempt).booleanServerAuthenticationContext. authorize(Principal principal)Attempt 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.SupportLevelRealmIdentity. 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.SupportLevelSecurityRealm. 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.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelRealmIdentity. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)Determine whether a given type of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevelSecurityRealm. 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.SupportLevelServerAuthenticationContext. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType)Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevelServerAuthenticationContext. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.RealmIdentitySecurityDomain. getIdentity(String name)Look up aRealmIdentityby name by wrapping the name in aNamePrincipaland callingSecurityDomain.getIdentity(Principal).RealmIdentitySecurityDomain. getIdentity(Principal principal)Look up aRealmIdentityby principal.ModifiableRealmIdentitySecurityDomain. 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.ModifiableRealmIdentityIteratorModifiableSecurityRealm. 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 RealmUnavailableException Modifier and Type Method Description RealmUnavailableExceptionElytronMessages_$logger. noSuchIdentity()RealmUnavailableExceptionElytronMessages. noSuchIdentity()RealmUnavailableExceptionElytronMessages_$logger. unableToCreateIdentity()RealmUnavailableExceptionElytronMessages. unableToCreateIdentity()RealmUnavailableExceptionElytronMessages_$logger. unableToObtainExclusiveAccess()RealmUnavailableExceptionElytronMessages. unableToObtainExclusiveAccess() -
Uses of RealmUnavailableException in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl with parameters of type RealmUnavailableException Modifier and Type Method Description CertificateExceptionElytronMessages_$logger. notTrustedRealmProblem(RealmUnavailableException e, Principal principal)
-