| 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.
|
SecurityIdentity |
CurrentIdentityAssociation.setIdentity(SecurityIdentity identity)
Sets the current security identity for the thread, and returns the old one.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<SecurityIdentity> |
SecurityIdentityAugmentor.augment(SecurityIdentity identity,
AuthenticationRequestContext context)
Augments a security identity to allow for modification of the underlying identity.
|
CompletionStage<SecurityIdentity> |
IdentityProviderManager.authenticate(AuthenticationRequest request)
Attempts to create an authenticated identity for the provided
AuthenticationRequest. |
CompletionStage<SecurityIdentity> |
IdentityProvider.authenticate(T request,
AuthenticationRequestContext context)
Attempts to authenticate the given authentication request.
|
CompletionStage<SecurityIdentity> |
AuthenticationRequestContext.runBlocking(Supplier<SecurityIdentity> function) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<SecurityIdentity> |
SecurityIdentityAugmentor.augment(SecurityIdentity identity,
AuthenticationRequestContext context)
Augments a security identity to allow for modification of the underlying identity.
|
SecurityIdentity |
CurrentIdentityAssociation.setIdentity(SecurityIdentity identity)
Sets the current security identity for the thread, and returns the old one.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<SecurityIdentity> |
AuthenticationRequestContext.runBlocking(Supplier<SecurityIdentity> function) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.