Package org.wildfly.security.auth.server.http
-
Interface Summary Interface Description ElytronMessages Log messages and exceptions for Elytron. -
Class Summary Class Description HttpAuthenticationFactory A HTTP authentication mechanism configuration, the configuration is associated with theSecurityDomain
andHttpServerAuthenticationMechanismFactory
for obtaining configured mechanisms.HttpAuthenticationFactory.Builder A builder for SASL server factory configurations.SecurityIdentityServerMechanismFactory AHttpServerAuthenticationMechanismFactory
that wraps authentication mechanism from delegating factory, so any request forSECURITY_IDENTITY
negotiated property is caught andSecurityIdentity
from the callback handler is returned instead.SecurityIdentityServerMechanismFactory.SecurityIdentityCallbackHandler