Package com.inrupt.client.accessgrant
Class Status
java.lang.Object
com.inrupt.client.accessgrant.Status
A class for representing status information of an Access Grant.
- 
Constructor Details
- 
Status
Create a new Status object for an Access Grant.- Parameters:
 identifier- the status identifiertype- the credential status typecredential- the identifier for the status list credentialindex- the index offset for the status list credential
 
 - 
 - 
Method Details
- 
getIndex
public int getIndex()Get the index value for this credential status.- Returns:
 - the index value
 
 - 
getCredential
Get the identifier for the status list credential.- Returns:
 - the status credential identifier
 
 - 
getIdentifier
Get the identifier for this credential status.- Returns:
 - the status identifier
 
 - 
getType
Get the type of this credential status.- Returns:
 - the status type
 
 
 -