Interface AuthorizationAgentPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Authorization relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the function.Gets theIdof the agent.Gets theIdof the qualifier.
-
Method Details
-
getAgentId
Id getAgentId()Gets theIdof the agent.- Returns:
- the
AgentId - Compliance:
mandatory- This method must be implemented.
-
geFunctionId
Id geFunctionId()Gets theIdof the function.- Returns:
- the
FunctionId - Compliance:
mandatory- This method must be implemented.
-
getQualifierId
Id getQualifierId()Gets theIdof the qualifier.- Returns:
- the
QualifierId - Compliance:
mandatory- This method must be implemented.
-