Modifier and Type | Method and Description |
---|---|
IdentityManager |
SecurityContext.getIdentityManager()
Deprecated.
Authentication mechanisms that rely on the
IdentityManager should instead hold their own reference to it. |
Modifier and Type | Method and Description |
---|---|
default AuthenticationMechanism |
AuthenticationMechanismFactory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties)
Creates an authentication mechanism that needs access to the deployment IdentityManager and specified properties
|
SecurityContext |
SecurityContextFactory.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName)
Deprecated.
Instantiates and returns a
SecurityContext using the specified parameters. |
Constructor and Description |
---|
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
HttpHandler next) |
SecurityInitialHandler(AuthenticationMode authenticationMode,
IdentityManager identityManager,
String programaticMechName,
SecurityContextFactory contextFactory,
HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
SecurityContextImpl.getIdentityManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
GenericHeaderAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
ExternalAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
DigestAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
ClientCertAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
AuthenticationMechanism |
BasicAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
SecurityContext |
SecurityContextFactoryImpl.createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Modifier and Type | Method and Description |
---|---|
IdentityManager |
DeploymentInfo.getIdentityManager() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.setIdentityManager(IdentityManager identityManager) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
ServletFormAuthenticationMechanism.Factory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Constructor and Description |
---|
Factory(IdentityManager identityManager)
Deprecated.
|
ServletFormAuthenticationMechanism(FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage,
IdentityManager identityManager) |
ServletFormAuthenticationMechanism(FormParserFactory formParserFactory,
String name,
String loginPage,
String errorPage,
IdentityManager identityManager,
boolean saveOriginalRequest) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
ImmediateAuthenticationMechanismFactory.create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties) |
Constructor and Description |
---|
Factory(IdentityManager manager) |
PicketLinkAuthenticator(IdentityManager identityManager,
Boolean needSubjectPrincipalSubstitution,
String subjectInteractionClassName,
String securityDomain) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.