Geni Component Wrapper This wrapper implements the Geni Component Interface
ComponentManager is a GeniServer that serves component interface requests.
For more information about this class, see The ComponentManager Class.
ComponentManager is a GeniServer that serves component interface requests.
Examine the ticket that was provided by the caller, check that it is signed and verified correctly. Throw an exception if something is wrong with the ticket. This is similar to geniserver.decode_authentication
Delete a slice.
Convert a geni ticket into a PLC record that can be submitted to the node manager. This involves some minor reformatting of the fields contained in the ticket.
List the slices on a component.
Reboot the component.
Redeem a ticket. The ticket is submitted to the node manager, and the slice is instantiated or updated as appropriate. TODO: This operation should return a sliver credential and indicate whether or not the component will accept only sliver credentials, or will accept both sliver and slice credentials.
Register the server RPCs for the component
Reset a slice.
Start a slice.
Stop a slice.