Authenticates a user against a backend (mysql here)
More...
|
static UserInfo | authenticate (String username, String password) throws TAuthorizationException, TInvocationException |
| Authenticate the user against whatever backend. More...
|
|
|
static Logger | log = LogManager.getLogger( Authenticator.class ) |
|
Authenticates a user against a backend (mysql here)
Definition at line 18 of file Authenticator.java.
static UserInfo org.openslx.imagemaster.session.Authenticator.authenticate |
( |
String |
username, |
|
|
String |
password |
|
) |
| throws TAuthorizationException, TInvocationException |
|
static |
Authenticate the user against whatever backend.
- Parameters
-
- Returns
- Exceptions
-
TInvocationException | |
TAuthenticationException | |
Definition at line 32 of file Authenticator.java.
Logger org.openslx.imagemaster.session.Authenticator.log = LogManager.getLogger( Authenticator.class ) |
|
staticprivate |
The documentation for this class was generated from the following file: