Package | Description |
---|---|
io.undertow.security.impl | |
io.undertow.util |
Modifier and Type | Class and Description |
---|---|
static class |
BasicAuthenticationMechanism.Factory |
static class |
ClientCertAuthenticationMechanism.Factory |
static class |
DigestAuthenticationMechanism.Factory |
static class |
ExternalAuthenticationMechanism.Factory |
static class |
GenericHeaderAuthenticationMechanism.Factory |
Modifier and Type | Field and Description |
---|---|
static AuthenticationMechanismFactory |
ExternalAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
ClientCertAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
DigestAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
BasicAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
GenericHeaderAuthenticationMechanism.FACTORY |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateAuthenticationMechanismFactory
AuthenticationMechanismFactory that simply returns a pre configured AuthenticationMechanism |
Copyright © 2023 JBoss by Red Hat. All rights reserved.