abstract class AbstractOidcAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
HttpAuthenticationMechanism.ChallengeSender| Modifier and Type | Field and Description |
|---|---|
protected static String |
BEARER |
(package private) DefaultTenantConfigResolver |
tenantConfigResolver |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticate, getChallenge, sendChallengeprotected static final String BEARER
@Inject DefaultTenantConfigResolver tenantConfigResolver
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.