Package com.ibm.fhir.audit.cadf
Class CadfCredential
- java.lang.Object
 - 
- com.ibm.fhir.audit.cadf.CadfCredential
 
 
- 
public class CadfCredential extends java.lang.ObjectRepresentation 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()java.util.ArrayList<CadfMapItem>getAssertions()java.lang.StringgetAuthority()java.lang.StringgetToken()java.lang.StringgetType() 
 - 
 
- 
- 
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()
 
 - 
 
 -