OSID Logo
OSID Specifications
authentication package
Version 3.1.0
Interfaceosid.authentication.AgencyNode
Implementsosid.OsidNode
Used Byosid.authentication.AgencyHierarchySession
osid.authentication.AgencyNodeList
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.Agency the agency represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentAgencyNodes
Description

Gets the parents of this agency.

Returnosid.authentication.AgencyNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildAgencyNodes
Description

Gets the children of this agency.

Returnosid.authentication.AgencyNodeList the children of this agency
Compliancemandatory This method must be implemented.