@ApplicationScoped public class BasicAuthenticationOAuthTranslator extends Object implements io.undertow.security.api.AuthenticationMechanism
| Modifier | Constructor and Description |
|---|---|
protected |
BasicAuthenticationOAuthTranslator() |
|
BasicAuthenticationOAuthTranslator(org.commonjava.indy.subsys.keycloak.conf.KeycloakConfig config,
org.commonjava.indy.subsys.http.IndyHttpProvider http) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome |
authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
void |
init() |
io.undertow.security.api.AuthenticationMechanism.ChallengeResult |
sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
protected BasicAuthenticationOAuthTranslator()
public BasicAuthenticationOAuthTranslator(org.commonjava.indy.subsys.keycloak.conf.KeycloakConfig config,
org.commonjava.indy.subsys.http.IndyHttpProvider http)
@PostConstruct public void init()
public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
authenticate in interface io.undertow.security.api.AuthenticationMechanismpublic io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
sendChallenge in interface io.undertow.security.api.AuthenticationMechanismCopyright © 2011-2020-2021. All Rights Reserved.