Uses of Interface
io.quarkus.security.identity.request.AuthenticationRequest
Packages that use AuthenticationRequest
-
Uses of AuthenticationRequest in io.quarkus.security.identity
Classes in io.quarkus.security.identity with type parameters of type AuthenticationRequestModifier and TypeInterfaceDescriptioninterfaceIdentityProvider<T extends AuthenticationRequest>As the requirements for different providers are often different this interface has purposefully been made minimal.Methods in io.quarkus.security.identity with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<SecurityIdentity>IdentityProviderManager.authenticate(AuthenticationRequest request) Attempts to create an authenticated identity for the providedAuthenticationRequest.IdentityProviderManager.authenticateBlocking(AuthenticationRequest request) Attempts to create an authenticated identity for the providedAuthenticationRequestin a blocking manner -
Uses of AuthenticationRequest in io.quarkus.security.identity.request
Classes in io.quarkus.security.identity.request that implement AuthenticationRequestModifier and TypeClassDescriptionfinal classA request the for the Anonymous identityclassBase implementation of theAuthenticationRequestinterface for convenience.classAAuthenticationRequestto authenticate from aCertificateCredential, such as when authenticating clients through TLSclassAn simple authentication request that uses a tokenclassA request to authenticate from a trusted source, such as an encrypted cookieclassAn simple authentication request that uses a username and password