Uses of Interface
io.quarkus.security.identity.SecurityIdentity
-
Packages that use SecurityIdentity Package Description io.quarkus.security.identity -
-
Uses of SecurityIdentity in io.quarkus.security.identity
Methods in io.quarkus.security.identity that return SecurityIdentity Modifier and Type Method Description SecurityIdentityIdentityProviderManager. authenticateBlocking(AuthenticationRequest request)Attempts to create an authenticated identity for the providedAuthenticationRequestin a blocking mannerstatic SecurityIdentityCurrentIdentityAssociation. current()SecurityIdentityCurrentIdentityAssociation. getIdentity()Gets the current identity.Methods in io.quarkus.security.identity that return types with arguments of type SecurityIdentity Modifier and Type Method Description io.smallrye.mutiny.Uni<SecurityIdentity>SecurityIdentityAugmentor. augment(SecurityIdentity identity, AuthenticationRequestContext context)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 SecurityIdentity Modifier and Type Method Description io.smallrye.mutiny.Uni<SecurityIdentity>SecurityIdentityAugmentor. augment(SecurityIdentity identity, AuthenticationRequestContext context)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 SecurityIdentity Modifier and Type Method Description io.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.
-