Package io.quarkus.security.identity.request
-
Interface Summary Interface Description AuthenticationRequest Represents a request for an authenticated identity. -
Class Summary Class Description AnonymousAuthenticationRequest A request the for the Anonymous identityBaseAuthenticationRequest Base implementation of theAuthenticationRequestinterface for convenience.CertificateAuthenticationRequest AAuthenticationRequestto authenticate from aCertificateCredential, such as when authenticating clients through TLSTokenAuthenticationRequest An simple authentication request that uses a tokenTrustedAuthenticationRequest A request to authenticate from a trusted source, such as an encrypted cookieUsernamePasswordAuthenticationRequest An simple authentication request that uses a username and password