Package io.quarkus.security.identity
-
Interface Summary Interface Description AuthenticationRequestContext A context object that can be used to run blocking tasksCurrentIdentityAssociation A 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.IdentityProviderManager A manager that can be used to get a specific type of identity provider.SecurityIdentity Interface that represents the currently logged in user.SecurityIdentityAugmentor An interface that allows for aSecurityIdentityto be modified after creation.