Class CadfCredential
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.cadf.CadfCredential
-
public class CadfCredential extends java.lang.Object
Representation of the CADF Credential object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CadfCredential.Builder
static class
CadfCredential.Parser
Parserstatic class
CadfCredential.Writer
Generates JSON from this object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfCredential.Builder
builder()
java.util.ArrayList<CadfMapItem>
getAssertions()
java.lang.String
getAuthority()
java.lang.String
getToken()
java.lang.String
getType()
-
-
-
Method Detail
-
getType
public java.lang.String getType()
- Returns:
- the type
-
getAuthority
public java.lang.String getAuthority()
- Returns:
- the authority
-
getAssertions
public java.util.ArrayList<CadfMapItem> getAssertions()
- Returns:
- the assertions
-
getToken
public java.lang.String getToken()
-
builder
public static CadfCredential.Builder builder()
-
-