A C D G I L S T

A

abort() - Method in class at.spardat.xma.plugins.dummy.DummyLoginModule
aborts the login process the DummyContext is thrown away
at.spardat.xma.plugins.dummy - package at.spardat.xma.plugins.dummy
Dummy implementation of the security plugins.

C

commit() - Method in class at.spardat.xma.plugins.dummy.DummyLoginModule
commits the login process the DummyContext is set into the subject.

D

DummyAuthorisation - class at.spardat.xma.plugins.dummy.DummyAuthorisation.
Dummy implementation of an authorisation plugin.
DummyAuthorisation() - Constructor for class at.spardat.xma.plugins.dummy.DummyAuthorisation
 
DummyContext - class at.spardat.xma.plugins.dummy.DummyContext.
Dummy implementation of a XMAContext.
DummyContext() - Constructor for class at.spardat.xma.plugins.dummy.DummyContext
Constructor for XMAContext.
DummyLoginModule - class at.spardat.xma.plugins.dummy.DummyLoginModule.
Dummy implementation of a cliend side authentication plugin (JAAS LoginModule).
DummyLoginModule() - Constructor for class at.spardat.xma.plugins.dummy.DummyLoginModule
 
DummyLoginModuleServer - class at.spardat.xma.plugins.dummy.DummyLoginModuleServer.
Dummy implementation of a server side authentication plugin.
DummyLoginModuleServer() - Constructor for class at.spardat.xma.plugins.dummy.DummyLoginModuleServer
 

G

getDoubleValue(Subject, String) - Method in class at.spardat.xma.plugins.dummy.DummyAuthorisation
Return the numeric value associated with the given user and the given function. e.g. a money limit.
getEnvironment() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Returns the environment.
getLocale() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Returns the locale.
getLongValue(Subject, String) - Method in class at.spardat.xma.plugins.dummy.DummyAuthorisation
Return the numeric value associated with the given user and the given function. e.g. a money limit.
getMandant() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Returns the mandant as set by DummyLoginModule.
getName() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Returns the userName as set by DummyLoginModule.
getPreLoginInfo(HttpSession) - Method in class at.spardat.xma.plugins.dummy.DummyLoginModuleServer
Get a constant String.

I

initialize(Subject, CallbackHandler, Map, Map) - Method in class at.spardat.xma.plugins.dummy.DummyLoginModule
initialzes the login module.
isAuthorized(Subject, String) - Method in class at.spardat.xma.plugins.dummy.DummyAuthorisation
Check if the given user is alowed to perform the given function.
isLocal() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Determines if the environment is developers pc.

L

login() - Method in class at.spardat.xma.plugins.dummy.DummyLoginModule
do a login.
login(Subject, HttpSession) - Method in class at.spardat.xma.plugins.dummy.DummyLoginModuleServer
Validate the principals and credentials of the given subject.
logout() - Method in class at.spardat.xma.plugins.dummy.DummyLoginModule
do a logout.
logout(Subject, HttpSession) - Method in class at.spardat.xma.plugins.dummy.DummyLoginModuleServer
does nothing

S

setEnvironment(String) - Method in class at.spardat.xma.plugins.dummy.DummyContext
Sets the environment.
setLocale(Locale) - Method in class at.spardat.xma.plugins.dummy.DummyContext
Sets the locale.
setMandant(String) - Method in class at.spardat.xma.plugins.dummy.DummyContext
Sets the mandant.
setName(String) - Method in class at.spardat.xma.plugins.dummy.DummyContext
Sets the userName.

T

toString() - Method in class at.spardat.xma.plugins.dummy.DummyContext
Prints username, mandant, environment and locale seperated by blanks.

A C D G I L S T