Package at.spardat.xma.security

Abstractions for security-support of XMA.

See:
          Description

Interface Summary
Authorisation This is the interface of all authorisation plugins.
ContextChangeListener This class defines the interface which must be implemented by every object which wishes to be informed of changes in the XMAContext.
LoginModuleServer This is the interface of all server side authentication plugins.
LoginModuleServerWithContextChange This is the extended Interface for LoginModuleServers which supports any changes in the XMAContext after the first login.
LoginModuleWithContextChange This is the extended Interface for LoginModules which supports any changes in the XMAContext after the first login.
XMAContext This interface defines which information of the user context is available in every XMA-application.
 

Class Summary
ChallengeCallback This class can be used by LoginModules to request a challenge.
ContextChangeEvent EventObject used to notify a user change.
VotingEvent EventObject used to anounce a user change.
XMACallbackHandler Generic callback handler.
XMALoginContext xma specific login context.
 

Package at.spardat.xma.security Description

Abstractions for security-support of XMA.