Package org.ogf.saga.context

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

See: Description

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 © 2016 Open Grid Forum. All rights reserved.