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.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
-