Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfCredential
-
Packages that use CadfCredential Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfCredential in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfCredential Modifier and Type Method Description CadfCredential
CadfCredential.Builder. build()
Builds the CadfCredential objectCadfCredential
CadfResource. getCredential()
static CadfCredential
CadfCredential.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfCredential
CadfCredential.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfCredential Modifier and Type Method Description CadfResource.Builder
CadfResource.Builder. credential(CadfCredential cred)
Set the optional optional security credentials associated with the resource’s identity.static java.lang.String
CadfCredential.Writer. generate(CadfCredential obj)
static void
CadfCredential.Writer. generate(CadfCredential obj, jakarta.json.stream.JsonGenerator generator)
-