Uses of Interface
io.quarkus.security.identity.AuthenticationRequestContext
Packages that use AuthenticationRequestContext
-
Uses of AuthenticationRequestContext in io.quarkus.security.identity
Methods in io.quarkus.security.identity with parameters of type AuthenticationRequestContextModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SecurityIdentity>SecurityIdentityAugmentor.augment(SecurityIdentity identity, AuthenticationRequestContext context) Augments a security identity to allow for modification of the underlying identity.default io.smallrye.mutiny.Uni<SecurityIdentity>SecurityIdentityAugmentor.augment(SecurityIdentity identity, AuthenticationRequestContext context, Map<String, Object> attributes) Augments a security identity to allow for modification of the underlying identity.io.smallrye.mutiny.Uni<SecurityIdentity>IdentityProvider.authenticate(T request, AuthenticationRequestContext context) Attempts to authenticate the given authentication request.