Class ClientCertificateFapiContext
java.lang.Object
org.forgerock.services.context.AbstractContext
org.forgerock.openig.fapi.certificate.ClientCertificateFapiContext
- All Implemented Interfaces:
Context
Context
containing the TLS client certificate during FAPI interactions.-
Field Summary
FieldsFields inherited from class org.forgerock.services.context.AbstractContext
data
-
Constructor Summary
ConstructorsConstructorDescriptionClientCertificateFapiContext
(Context parent, X509Certificate clientCertificate) Create aClientCertificateFapiContext
with Client TLS Certificate. -
Method Summary
Modifier and TypeMethodDescriptionGet the client's certificate.Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString
-
Field Details
-
NAME
Context's name.- See Also:
-
-
Constructor Details
-
ClientCertificateFapiContext
Create aClientCertificateFapiContext
with Client TLS Certificate.- Parameters:
parent
- the parentContext
.clientCertificate
- the client TLS certificate.
-
-
Method Details
-
getClientCertificate
Get the client's certificate.- Returns:
- The client
X509Certificate
-