public interface AuthorizationTrustPeer 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 |
getQualifierId()
Gets the
Id of the qualifier. |
Id |
getResourceId()
Gets the
Id of the resource. |
Id |
getTrustId()
Gets the
Id of the trust. |
Id getResourceId()
Id of the resource. Resource Id mandatory - This method must be implemented. Id getTrustId()
Id of the trust. Trust 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.