| Package | Description |
|---|---|
| io.quarkus.security.identity |
| Modifier and Type | Method and Description |
|---|---|
SecurityIdentity |
IdentityProviderManager.authenticateBlocking(AuthenticationRequest request)
Attempts to create an authenticated identity for the provided
AuthenticationRequest in a blocking manner |
static SecurityIdentity |
CurrentIdentityAssociation.current() |
SecurityIdentity |
CurrentIdentityAssociation.getIdentity()
Gets the current identity.
|
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Uni<SecurityIdentity> |
SecurityIdentityAugmentor.augment(SecurityIdentity identity,
AuthenticationRequestContext context)
Augments a security identity to allow for modification of the underlying identity.
|
io.smallrye.mutiny.Uni<SecurityIdentity> |
IdentityProviderManager.authenticate(AuthenticationRequest request)
Attempts to create an authenticated identity for the provided
AuthenticationRequest. |
io.smallrye.mutiny.Uni<SecurityIdentity> |
IdentityProvider.authenticate(T request,
AuthenticationRequestContext context)
Attempts to authenticate the given authentication request.
|
io.smallrye.mutiny.Uni<SecurityIdentity> |
CurrentIdentityAssociation.getDeferredIdentity()
Gets the (potentially lazy) security identity wrapped in a Uni.
|
io.smallrye.mutiny.Uni<SecurityIdentity> |
AuthenticationRequestContext.runBlocking(Supplier<SecurityIdentity> function) |
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Uni<SecurityIdentity> |
SecurityIdentityAugmentor.augment(SecurityIdentity identity,
AuthenticationRequestContext context)
Augments a security identity to allow for modification of the underlying identity.
|
void |
CurrentIdentityAssociation.setIdentity(SecurityIdentity identity)
Sets the current security identity for the thread.
|
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Uni<SecurityIdentity> |
AuthenticationRequestContext.runBlocking(Supplier<SecurityIdentity> function) |
void |
CurrentIdentityAssociation.setIdentity(io.smallrye.mutiny.Uni<SecurityIdentity> identity)
Sets the current deferred security identity for the thread.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.