Interface AuthorizationAgentPeer

All Superinterfaces:
OsidCapsule

public interface AuthorizationAgentPeer extends OsidCapsule

An interface for the peers of the Authorization relationship.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Id of the function.
    Gets the Id of the agent.
    Gets the Id of the qualifier.
  • Method Details

    • getAgentId

      Id getAgentId()
      Gets the Id of the agent.
      Returns:
      the Agent 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.