|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |