Interface AuthorizationTrustPeer

All Superinterfaces:
OsidCapsule

public interface AuthorizationTrustPeer extends OsidCapsule

An interface for the peers of the Authorization relationship.

  • Method Details

    • getResourceId

      Id getResourceId()
      Gets the Id of the resource.
      Returns:
      the Resource Id
      Compliance:
      mandatory - This method must be implemented.
    • getTrustId

      Id getTrustId()
      Gets the Id of the trust.
      Returns:
      the Trust Id
      Compliance:
      mandatory - This method must be implemented.
    • geFunctionId

      Id geFunctionId()
      Gets the Id of the function.
      Returns:
      the Function Id
      Compliance:
      mandatory - This method must be implemented.
    • getQualifierId

      Id getQualifierId()
      Gets the Id of the qualifier.
      Returns:
      the Qualifier Id
      Compliance:
      mandatory - This method must be implemented.