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 classCadfCredential.Builderstatic classCadfCredential.ParserParserstatic classCadfCredential.WriterGenerates JSON from this object. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfCredential.Builderbuilder()ArrayList<CadfMapItem>getAssertions()StringgetAuthority()StringgetToken()StringgetType() 
 - 
 
- 
- 
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()
 
 - 
 
 -