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 |
DigestAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
GenericHeaderAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
BasicAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
ClientCertAuthenticationMechanism.FACTORY |
static AuthenticationMechanismFactory |
ExternalAuthenticationMechanism.FACTORY |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticationMechanismFactory> |
DeploymentInfo.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addAuthenticationMechanism(String name,
AuthenticationMechanismFactory factory)
Adds an authentication mechanism.
|
Modifier and Type | Class and Description |
---|---|
static class |
ServletFormAuthenticationMechanism.Factory |
Modifier and Type | Field and Description |
---|---|
static AuthenticationMechanismFactory |
ServletFormAuthenticationMechanism.FACTORY |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateAuthenticationMechanismFactory
AuthenticationMechanismFactory that simply returns a pre configured AuthenticationMechanism |
Modifier and Type | Class and Description |
---|---|
static class |
PicketLinkAuthenticator.Factory |
Copyright © 2021 JBoss by Red Hat. All rights reserved.