Package org.ogf.saga.session

This package contains the Session interface, which provides a common interface for managing security information (by storing Context objects).

See:
          Description

Interface Summary
Session A session isolates independent sets of SAGA objects from each other, and supports management of security contexts.
 

Class Summary
SessionFactory Factory for creating sessions.
 

Package org.ogf.saga.session Description

This package contains the Session interface, which provides a common interface for managing security information (by storing Context objects). Sessions get created by the factory methods SessionFactory.createSession() and SessionFactory.createSession(boolean). There is a default session, which is used in all factory methods where a SAGA object is created without explicitly specifying a session.



Copyright © 2014 Open Grid Forum. All rights reserved.