OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.QualifierReceiver
Implementsosid.OsidReceiver
Description

The qualifier receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Qualifier objects.

MethodnewQualifiers
Description

The callback for notifications of new qualifiers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqualifierIdsthe Id of the new Qualifiers
CompliancemandatoryThis method must be implemented.
MethodchangedQualifiers
Description

The callback for notification of updated qualifiers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqualifierIdsthe Id of the updated Qualifiers
CompliancemandatoryThis method must be implemented.
MethoddeletedQualifiers
Description

the callback for notification of deleted qualifiers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqualifierIdsthe Id of the deleted Qualifiers
CompliancemandatoryThis method must be implemented.
MethodchangedChildOfBillings
Description

The callback for notifications of changes to children of qualifier hierarchy nodes.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListqualifierIdsthe Ids of the Qualifiers whose children have changed
CompliancemandatoryThis method must be implemented.