bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
Static Public Member Functions | Static Private Attributes | List of all members
org.openslx.imagemaster.session.Authenticator Class Reference

Authenticates a user against a backend (mysql here) More...

+ Collaboration diagram for org.openslx.imagemaster.session.Authenticator:

Static Public Member Functions

static UserInfo authenticate (String username, String password) throws TAuthorizationException, TInvocationException
 Authenticate the user against whatever backend. More...
 

Static Private Attributes

static Logger log = LogManager.getLogger( Authenticator.class )
 

Detailed Description

Authenticates a user against a backend (mysql here)

Definition at line 18 of file Authenticator.java.

Member Function Documentation

static UserInfo org.openslx.imagemaster.session.Authenticator.authenticate ( String  username,
String  password 
) throws TAuthorizationException, TInvocationException
static

Authenticate the user against whatever backend.

Parameters
username
password
Returns
Exceptions
TInvocationException
TAuthenticationException

Definition at line 32 of file Authenticator.java.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

Logger org.openslx.imagemaster.session.Authenticator.log = LogManager.getLogger( Authenticator.class )
staticprivate

Definition at line 21 of file Authenticator.java.


The documentation for this class was generated from the following file: