abstract class AbstractOidcAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
HttpAuthenticationMechanism.ChallengeSender| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.ext.auth.oauth2.OAuth2Auth |
auth |
protected static String |
BEARER |
protected OidcConfig |
config |
| Constructor and Description |
|---|
AbstractOidcAuthenticationMechanism() |
| Modifier and Type | Method and Description |
|---|---|
protected CompletionStage<io.quarkus.security.identity.SecurityIdentity> |
authenticate(io.quarkus.security.identity.IdentityProviderManager identityProviderManager,
io.quarkus.security.credential.TokenCredential token) |
AbstractOidcAuthenticationMechanism |
setAuth(io.vertx.ext.auth.oauth2.OAuth2Auth auth,
OidcConfig config) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, getChallenge, sendChallengeprotected static final String BEARER
protected volatile io.vertx.ext.auth.oauth2.OAuth2Auth auth
protected OidcConfig config
public AbstractOidcAuthenticationMechanism setAuth(io.vertx.ext.auth.oauth2.OAuth2Auth auth, OidcConfig config)
protected CompletionStage<io.quarkus.security.identity.SecurityIdentity> authenticate(io.quarkus.security.identity.IdentityProviderManager identityProviderManager, io.quarkus.security.credential.TokenCredential token)
Copyright © 2020 JBoss by Red Hat. All rights reserved.