Package com.ibm.fhir.audit.cadf
Class CadfCredential
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfCredential
-
public class CadfCredential extends 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()
ArrayList<CadfMapItem>
getAssertions()
String
getAuthority()
String
getToken()
String
getType()
-
-
-
Method Detail
-
getType
public String getType()
- Returns:
- the type
-
getAuthority
public String getAuthority()
- Returns:
- the authority
-
getAssertions
public ArrayList<CadfMapItem> getAssertions()
- Returns:
- the assertions
-
getToken
public String getToken()
-
builder
public static CadfCredential.Builder builder()
-
-