Module io.quarkus.security.api
Class CertificateAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.security.identity.request.CertificateAuthenticationRequest
- All Implemented Interfaces:
AuthenticationRequest
public class CertificateAuthenticationRequest
extends BaseAuthenticationRequest
implements AuthenticationRequest
A
AuthenticationRequest to authenticate from a CertificateCredential, such as when authenticating clients through TLS-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest
getAttribute, getAttributes, setAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.security.identity.request.AuthenticationRequest
getAttribute, getAttributes, setAttribute
-
Constructor Details
-
CertificateAuthenticationRequest
-
-
Method Details
-
getCertificate
-