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 class
BasicAuthenticationMechanism.Factory
static class
ClientCertAuthenticationMechanism.Factory
static class
DigestAuthenticationMechanism.Factory
static class
ExternalAuthenticationMechanism.Factory
static class
GenericHeaderAuthenticationMechanism.Factory
-
Uses of AuthenticationMechanismFactory in io.undertow.util
Classes in io.undertow.util that implement AuthenticationMechanismFactory Modifier and Type Class Description class
ImmediateAuthenticationMechanismFactory
AuthenticationMechanismFactory
that simply returns a pre configuredAuthenticationMechanism
-