public static class QuarkusIdentityProviderManagerImpl.Builder extends Object
QuarkusIdentityProviderManagerImpl| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QuarkusIdentityProviderManagerImpl.Builder |
addProvider(io.quarkus.security.identity.IdentityProvider provider)
Adds an
IdentityProvider implementation to this manager |
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.
|
QuarkusIdentityProviderManagerImpl |
build() |
QuarkusIdentityProviderManagerImpl.Builder |
setBlockingExecutor(Executor blockingExecutor) |
public QuarkusIdentityProviderManagerImpl.Builder addProvider(io.quarkus.security.identity.IdentityProvider provider)
IdentityProvider implementation to this managerprovider - The providerpublic QuarkusIdentityProviderManagerImpl.Builder addSecurityIdentityAugmentor(io.quarkus.security.identity.SecurityIdentityAugmentor augmentor)
augmentor - The augmentorpublic QuarkusIdentityProviderManagerImpl.Builder setBlockingExecutor(Executor blockingExecutor)
blockingExecutor - The executor to use for blocking taskspublic QuarkusIdentityProviderManagerImpl build()
QuarkusIdentityProviderManagerImplCopyright © 2021 JBoss by Red Hat. All rights reserved.