Module io.quarkus.security.api
Package io.quarkus.security.identity
package io.quarkus.security.identity
-
ClassDescriptionA context object that can be used to run blocking tasksA class that maintains the current identity association.IdentityProvider<T extends AuthenticationRequest>As the requirements for different providers are often different this interface has purposefully been made minimal.A manager that can be used to get a specific type of identity provider.Identifies a method that must be run with a new
SecurityIdentitythat is valid only for the duration of this method's execution.Interface that represents the current security identity such as a logged-in user or other authenticated subject.An interface that allows for aSecurityIdentityto be modified after creation.