OSID Logo
OSID Specifications
authentication package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authentication.AgencyNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the AgencyHierarchySession.

MethodgetAgency
Description

Gets the Agency at this node.

Returnosid.authentication.Agencythe agency represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAgencyNodes
Description

Gets the parents of this agency.

Returnosid.authentication.AgencyNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildAgencyNodes
Description

Gets the children of this agency.

Returnosid.authentication.AgencyNodeListthe children of this agency
CompliancemandatoryThis method must be implemented.