OSID Logo
OSID Specifications
authorization package
Version 3.0.0
Release Candidate Preview
Interfaceosid.authorization.VaultNode
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 VaultHierarchySession.

MethodgetVault
Description

Gets the Vault at this node.

Returnosid.authorization.Vaultthe vault represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentVaultNodes
Description

Gets the parents of this vault.

Returnosid.authorization.VaultNodeListthe parents of this vault
CompliancemandatoryThis method must be implemented.
MethodgetChildVaultNodes
Description

Gets the children of this vault.

Returnosid.authorization.VaultNodeListthe children of this vault
CompliancemandatoryThis method must be implemented.