Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.authenticate(HttpServerExchange exchange,
SecurityContext securityContext)
Perform authentication of the request.
|
static AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.AuthenticationMechanismOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMechanism.AuthenticationMechanismOutcome[] |
AuthenticationMechanism.AuthenticationMechanismOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
PicketLinkAuthenticator.authenticate(HttpServerExchange exchange,
SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
IDPAuthenticationMechanism.authenticate(HttpServerExchange exchange,
SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
SPFormAuthenticationMechanism.authenticate(HttpServerExchange exchange,
SecurityContext securityContext) |
AuthenticationMechanism.AuthenticationMechanismOutcome |
SPFormAuthenticationMechanism.handleSAML11UnsolicitedResponse(HttpServletRequest request,
HttpServletResponse response,
SecurityContext securityContext) |
protected AuthenticationMechanism.AuthenticationMechanismOutcome |
SPFormAuthenticationMechanism.localAuthentication(HttpServerExchange httpServerExchange,
SecurityContext securityContext)
Fall back on local authentication at the service provider side
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.