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
AAuthenticationRequestto authenticate from aCertificateCredential, such as when authenticating clients through TLS
-
-
Constructor Summary
Constructors Constructor Description CertificateAuthenticationRequest(CertificateCredential certificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateCredentialgetCertificate()-
Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest
getAttribute, getAttributes, setAttribute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.security.identity.request.AuthenticationRequest
getAttribute, getAttributes, setAttribute
-
-
-
-
Constructor Detail
-
CertificateAuthenticationRequest
public CertificateAuthenticationRequest(CertificateCredential certificate)
-
-
Method Detail
-
getCertificate
public CertificateCredential getCertificate()
-
-