Uses of Interface
io.undertow.security.api.AuthenticationMechanismFactory
-
Packages that use AuthenticationMechanismFactory Package Description io.undertow.security.impl io.undertow.util -
-
Uses of AuthenticationMechanismFactory in io.undertow.security.impl
Classes in io.undertow.security.impl that implement AuthenticationMechanismFactory Modifier and Type Class Description static classBasicAuthenticationMechanism.Factorystatic classClientCertAuthenticationMechanism.Factorystatic classDigestAuthenticationMechanism.Factorystatic classExternalAuthenticationMechanism.Factorystatic classGenericHeaderAuthenticationMechanism.FactoryFields in io.undertow.security.impl declared as AuthenticationMechanismFactory Modifier and Type Field Description static AuthenticationMechanismFactoryBasicAuthenticationMechanism. FACTORYstatic AuthenticationMechanismFactoryClientCertAuthenticationMechanism. FACTORYstatic AuthenticationMechanismFactoryDigestAuthenticationMechanism. FACTORYstatic AuthenticationMechanismFactoryExternalAuthenticationMechanism. FACTORYstatic AuthenticationMechanismFactoryGenericHeaderAuthenticationMechanism. FACTORY -
Uses of AuthenticationMechanismFactory in io.undertow.util
Classes in io.undertow.util that implement AuthenticationMechanismFactory Modifier and Type Class Description classImmediateAuthenticationMechanismFactoryAuthenticationMechanismFactorythat simply returns a pre configuredAuthenticationMechanism
-