| Package | Description |
|---|---|
| io.quarkus.security.runtime |
| Modifier and Type | Method and Description |
|---|---|
QuarkusIdentityProviderManagerImpl.Builder |
QuarkusIdentityProviderManagerImpl.Builder.addProvider(io.quarkus.security.identity.IdentityProvider provider)
Adds an
IdentityProvider implementation to this manager |
QuarkusIdentityProviderManagerImpl.Builder |
QuarkusIdentityProviderManagerImpl.Builder.addSecurityIdentityAugmentor(io.quarkus.security.identity.SecurityIdentityAugmentor augmentor)
Adds an augmentor that can modify the security identity that is provided by the identity store.
|
static QuarkusIdentityProviderManagerImpl.Builder |
QuarkusIdentityProviderManagerImpl.builder()
Creates a builder for constructing instances of
QuarkusIdentityProviderManagerImpl |
QuarkusIdentityProviderManagerImpl.Builder |
QuarkusIdentityProviderManagerImpl.Builder.setBlockingExecutor(Executor blockingExecutor) |
| Constructor and Description |
|---|
QuarkusIdentityProviderManagerImpl(QuarkusIdentityProviderManagerImpl.Builder builder) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.