Bees v0.5.0 API

Uses of Class
bees.core.bdomain.CapabilityTree

Packages that use CapabilityTree
apps.authenticator Applications used to the process of authenticating and authorizing downloaded protocols. 
bees.core The core functionality for Bees, including, capabilities, coroutines, and events. 
bees.core.bdomain Wrapper and support classes for dealing with Java NodeOS Domain's. 
 

Uses of CapabilityTree in apps.authenticator
 

Methods in apps.authenticator that return CapabilityTree
protected  CapabilityTree AuthenticatorUnknownProtocolPresentation.computeCapabilities(TypeID fp, PairChain pc)
           
protected  CapabilityTree AuthenticatorUnknownProtocolPresentation.mungeCapabilities(java.lang.String prefix, Pair pair)
          Wrap a set of capabilities described by the given Pair.
protected abstract  CapabilityTree AuthenticatorUnknownProtocolPresentation.computeAuthority(PairChain pc)
           
 CapabilityTree Authenticator.getCommonCapabilities()
           
 

Uses of CapabilityTree in bees.core
 

Methods in bees.core that return CapabilityTree
 CapabilityTree Authorizer.authorize(CapabilityEnvelope requester, java.lang.String src, java.lang.String dst, byte[] auth)
          Call back used to handle an AuthorizationCoroutine.authorize event.
 

Methods in bees.core with parameters of type CapabilityTree
 boolean Node.pass(ProtocolPresentation pp, CapabilityTree ct)
           
 void Node.register(ProtocolPresentation pp, ProtocolFlow pf, Capability[] initialCaps, PermissionSet ps, CapabilityTree ct)
          Create a new domain and load a protocol from the local disk.
 DLProtocolPresentation Node.register(DLProtocolPresentation retval, NeighborImpl ni, PairChain flowDesc, Capability[] initialCaps, PermissionSet transfer, CapabilityTree ct)
          Create a new domain and load the protocol from a neighbor.
 DLProtocolPresentation Node.register(NeighborImpl ni, PairChain flowDesc, Capability[] initialCaps, PermissionSet transfer, CapabilityTree ct)
          Create a new domain and load the protocol from a neighbor.
 

Uses of CapabilityTree in bees.core.bdomain
 

Methods in bees.core.bdomain that return CapabilityTree
 CapabilityTree CapabilityTree.addChild(CapabilityTree ct)
          Add a child tree to this node.
 

Methods in bees.core.bdomain with parameters of type CapabilityTree
 CapabilityTree CapabilityTree.addChild(CapabilityTree ct)
          Add a child tree to this node.
 

Constructors in bees.core.bdomain with parameters of type CapabilityTree
CapabilityTree(CapabilityEnvelope[] ce, CapabilityTree[] children)
          Construct a CapabilityTree with the given values.
CapabilityTree(CapabilityTree[] children)
          Construct a CapabilityTree with the given value.
CapabilityTree(java.lang.String prefix, ObjectMap om, CapabilityTree[] children)
          Construct a CapabilityTree with the given values.
 


Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/