Uses of Interface
io.quarkus.security.identity.SecurityIdentity
Packages that use SecurityIdentity
-
Uses of SecurityIdentity in io.quarkus.security.identity
Methods in io.quarkus.security.identity that return SecurityIdentityModifier and TypeMethodDescriptionIdentityProviderManager.authenticateBlocking(AuthenticationRequest request) Attempts to create an authenticated identity for the providedAuthenticationRequestin a blocking mannerstatic SecurityIdentityCurrentIdentityAssociation.current()CurrentIdentityAssociation.getIdentity()Gets the current identity.Methods in io.quarkus.security.identity that return types with arguments of type SecurityIdentityModifier 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.io.smallrye.mutiny.Uni<SecurityIdentity>IdentityProviderManager.authenticate(AuthenticationRequest request) Attempts to create an authenticated identity for the providedAuthenticationRequest.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) Methods in io.quarkus.security.identity with parameters of type SecurityIdentityModifier 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.voidCurrentIdentityAssociation.setIdentity(SecurityIdentity identity) Sets the current security identity for the thread.Method parameters in io.quarkus.security.identity with type arguments of type SecurityIdentityModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SecurityIdentity>AuthenticationRequestContext.runBlocking(Supplier<SecurityIdentity> function) voidCurrentIdentityAssociation.setIdentity(io.smallrye.mutiny.Uni<SecurityIdentity> identity) Sets the current deferred security identity for the thread.