Uses of Class
io.quarkus.security.identity.request.BaseAuthenticationRequest
-
Packages that use BaseAuthenticationRequest Package Description io.quarkus.security.identity.request -
-
Uses of BaseAuthenticationRequest in io.quarkus.security.identity.request
Subclasses of BaseAuthenticationRequest in io.quarkus.security.identity.request Modifier and Type Class Description classAnonymousAuthenticationRequestA request the for the Anonymous identityclassCertificateAuthenticationRequestAAuthenticationRequestto authenticate from aCertificateCredential, such as when authenticating clients through TLSclassTokenAuthenticationRequestAn simple authentication request that uses a tokenclassTrustedAuthenticationRequestA request to authenticate from a trusted source, such as an encrypted cookieclassUsernamePasswordAuthenticationRequestAn simple authentication request that uses a username and password
-