See: Description
Interface | Description |
---|---|
EvidenceDecoder |
A decoder for extracting a principal from evidence.
|
MechanismAuthenticationFactory<M,F,E extends Exception> |
A generalized mechanism factory which authenticates against a security domain.
|
MechanismAuthenticationFactory.Builder<M,F,E extends Exception> |
A builder for a
MechanismAuthenticationFactory . |
MechanismConfigurationSelector |
A selector to choose which
MechanismConfiguration to use based on information know about the current authentication
attempt. |
MechanismInformation |
Information about the current mechanism being used for authentication.
|
ModifiableRealmIdentity |
A realm identity which is modifiable.
|
ModifiableRealmIdentityIterator |
An iterator over realm identities.
|
ModifiableSecurityRealm |
A realm which can be modified.
|
NameRewriter |
A name rewriter.
|
PrincipalDecoder |
A decoder for extracting a simple name from a principal.
|
RealmIdentity |
A representation of a pre-authentication identity.
|
RealmMapper |
A realm mapper.
|
Scoped |
An identity configuration which can be applied on a scoped basis.
|
SecurityRealm |
A single authentication realm.
|
Class | Description |
---|---|
AbstractMechanismAuthenticationFactory<M,F,E extends Exception> | |
AbstractMechanismAuthenticationFactory.Builder<M,F,E extends Exception> | |
ElytronMessages_$logger |
Warning this class consists of generated code.
|
FlexibleIdentityAssociation |
A flexible identity association which can have its current identity modified.
|
HttpAuthenticationFactory | Deprecated
Use
org.wildfly.security.auth.server.http.HttpAuthenticationFactory instead |
HttpAuthenticationFactory.Builder |
A builder for SASL server factory configurations.
|
IdentityCredentials |
The public or private credentials retained by an identity, which can be used for authentication forwarding.
|
MechanismConfiguration |
A configuration that applies to an authentication mechanism.
|
MechanismConfiguration.Builder |
A builder for authentication mechanism configuration.
|
MechanismRealmConfiguration |
A configuration for a single mechanism realm.
|
MechanismRealmConfiguration.Builder |
A builder for mechanism realm configuration.
|
SaslAuthenticationFactory | Deprecated
Use
org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory instead |
SaslAuthenticationFactory.Builder |
A builder for SASL server factory configurations.
|
SecurityDomain |
A security domain.
|
SecurityDomain.Builder |
A builder for creating new security domains.
|
SecurityDomain.RealmBuilder |
A builder for a realm within a security domain.
|
SecurityIdentity |
A loaded and authenticated security identity.
|
ServerAuthenticationContext |
Server-side authentication context.
|
Exception | Description |
---|---|
RealmUnavailableException |
An exception to indicate a general underlying failure of the realm.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.