OSID Logo
OSID Specifications
authorization package
Version 3.1.0
Interfaceosid.authorization.VaultNode
Implementsosid.OsidNode
Used Byosid.authorization.VaultHierarchySession
osid.authorization.VaultNodeList
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.Vault the vault represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentVaultNodes
Description

Gets the parents of this vault.

Returnosid.authorization.VaultNodeList the parents of this vault
Compliancemandatory This method must be implemented.
MethodgetChildVaultNodes
Description

Gets the children of this vault.

Returnosid.authorization.VaultNodeList the children of this vault
Compliancemandatory This method must be implemented.