Uses of Interface
io.undertow.security.api.AuthenticationMechanismFactory
-
Packages that use AuthenticationMechanismFactory Package Description io.undertow.security.impl io.undertow.servlet.api io.undertow.servlet.handlers.security 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.servlet.api
Methods in io.undertow.servlet.api that return types with arguments of type AuthenticationMechanismFactory Modifier and Type Method Description Map<String,AuthenticationMechanismFactory>DeploymentInfo. getAuthenticationMechanisms()Methods in io.undertow.servlet.api with parameters of type AuthenticationMechanismFactory Modifier and Type Method Description DeploymentInfoDeploymentInfo. addAuthenticationMechanism(String name, AuthenticationMechanismFactory factory)Adds an authentication mechanism. -
Uses of AuthenticationMechanismFactory in io.undertow.servlet.handlers.security
Classes in io.undertow.servlet.handlers.security that implement AuthenticationMechanismFactory Modifier and Type Class Description static classServletFormAuthenticationMechanism.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
-