| Package | Description |
|---|---|
| io.quarkus.security.identity |
| 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> |
IdentityProvider.authenticate(T request,
AuthenticationRequestContext context)
Attempts to authenticate the given authentication request.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.