public interface SecurityIdentityAugmentor
SecurityIdentity to be modified after creation.
Implementations of this interface should be CDI beans. At run time all CDI beans that implement this interface
will be used to augment the SecurityIdentity, with the order determined via the priority() field.
Implementations are run from highest to lowest priority.
| Modifier and Type | Method and Description |
|---|---|
io.smallrye.mutiny.Uni<SecurityIdentity> |
augment(SecurityIdentity identity,
AuthenticationRequestContext context)
Augments a security identity to allow for modification of the underlying identity.
|
default int |
priority() |
default int priority()
io.smallrye.mutiny.Uni<SecurityIdentity> augment(SecurityIdentity identity, AuthenticationRequestContext context)
identity - The identityCopyright © 2020 JBoss by Red Hat. All rights reserved.