Interface AuthorizationResourcePeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Authorization relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the function.Gets theIdof the qualifier.Gets theIdof the resource.
-
Method Details
-
getResourceId
Id getResourceId()Gets theIdof the resource.- Returns:
- the
ResourceId - 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.
-