public interface AuthorizationAgentPeer extends OsidCapsule
An interface for the peers of the Authorization
relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
geFunctionId()
Gets the
Id of the function. |
Id |
getAgentId()
Gets the
Id of the agent. |
Id |
getQualifierId()
Gets the
Id of the qualifier. |
Id getAgentId()
Id of the agent. Agent Id mandatory - This method must be implemented. Id geFunctionId()
Id of the function. Function Id mandatory - This method must be implemented. Id getQualifierId()
Id of the qualifier. Qualifier Id mandatory - This method must be implemented.