Package org.ogf.saga.context

This package contains the Context interface, which provides a common interface for storing security information.

See:
          Description

Interface Summary
Context A Context provides the functionality of a security information container.
 

Class Summary
ContextFactory Factory for objects in the saga.context package.
 

Package org.ogf.saga.context Description

This package contains the Context interface, which provides a common interface for storing security information. Contexts get created by the factory methods ContextFactory.createContext() and ContextFactory.createContext(String), and are attached to a session by calling addContext(Context).

A single Session instance can contain multiple contexts, and it is up to the implementation to select the correct context for a specific method call.



Copyright © 2014 Open Grid Forum. All rights reserved.