@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 |
|---|---|
io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> |
authenticate(io.vertx.ext.web.RoutingContext context,
io.quarkus.security.identity.IdentityProviderManager identityProviderManager) |
io.smallrye.mutiny.Uni<ChallengeData> |
getChallenge(io.vertx.ext.web.RoutingContext context) |
HttpCredentialTransport |
getCredentialTransport() |
Set<Class<? extends io.quarkus.security.identity.request.AuthenticationRequest>> |
getCredentialTypes() |
void |
init() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendChallenge@Inject DefaultTenantConfigResolver resolver
@PostConstruct public void init()
public io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> authenticate(io.vertx.ext.web.RoutingContext context,
io.quarkus.security.identity.IdentityProviderManager identityProviderManager)
authenticate in interface HttpAuthenticationMechanismpublic io.smallrye.mutiny.Uni<ChallengeData> getChallenge(io.vertx.ext.web.RoutingContext context)
getChallenge in interface HttpAuthenticationMechanismpublic Set<Class<? extends io.quarkus.security.identity.request.AuthenticationRequest>> getCredentialTypes()
getCredentialTypes in interface HttpAuthenticationMechanismpublic HttpCredentialTransport getCredentialTransport()
getCredentialTransport in interface HttpAuthenticationMechanismCopyright © 2021 JBoss by Red Hat. All rights reserved.