Class Status

java.lang.Object
com.inrupt.client.accessgrant.Status

public class Status extends Object
A class for representing status information of an Access Grant.
See Also:
  • Constructor Details

    • Status

      public Status(URI identifier, String type, URI credential, int index)
      Create a new Status object for an Access Grant.
      Parameters:
      identifier - the status identifier
      type - the credential status type
      credential - the identifier for the status list credential
      index - 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

      public URI getCredential()
      Get the identifier for the status list credential.
      Returns:
      the status credential identifier
    • getIdentifier

      public URI getIdentifier()
      Get the identifier for this credential status.
      Returns:
      the status identifier
    • getType

      public String getType()
      Get the type of this credential status.
      Returns:
      the status type