@ApplicationScoped public class OidcAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
HttpAuthenticationMechanism.ChallengeSender| Modifier and Type | Field and Description |
|---|---|
(package private) DefaultTenantConfigResolver |
resolver |
| Constructor and Description |
|---|
OidcAuthenticationMechanism() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<io.quarkus.security.identity.SecurityIdentity> |
authenticate(io.vertx.ext.web.RoutingContext context,
io.quarkus.security.identity.IdentityProviderManager identityProviderManager) |
CompletionStage<ChallengeData> |
getChallenge(io.vertx.ext.web.RoutingContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendChallenge@Inject DefaultTenantConfigResolver resolver
public CompletionStage<io.quarkus.security.identity.SecurityIdentity> authenticate(io.vertx.ext.web.RoutingContext context, io.quarkus.security.identity.IdentityProviderManager identityProviderManager)
authenticate in interface HttpAuthenticationMechanismpublic CompletionStage<ChallengeData> getChallenge(io.vertx.ext.web.RoutingContext context)
getChallenge in interface HttpAuthenticationMechanismCopyright © 2020 JBoss by Red Hat. All rights reserved.