| Package | Description | 
|---|---|
| systems.dmx.accesscontrol | 
| Modifier and Type | Field and Description | 
|---|---|
private Map<String,AuthorizationMethod> | 
AccessControlPlugin.authorizationMethods  | 
| Modifier and Type | Method and Description | 
|---|---|
private AuthorizationMethod | 
AccessControlPlugin.getAuthorizationMethod(Credentials cred)  | 
private AuthorizationMethod | 
AccessControlPlugin.getAuthorizationMethod(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
private Topic | 
AccessControlPlugin.checkCredentials(Credentials cred,
                AuthorizationMethod am)  | 
void | 
AccessControlService.registerAuthorizationMethod(String name,
                           AuthorizationMethod am)  | 
void | 
AccessControlPlugin.registerAuthorizationMethod(String name,
                           AuthorizationMethod am)  | 
private boolean | 
AccessControlPlugin.tryLogin(Credentials cred,
        AuthorizationMethod am,
        javax.servlet.http.HttpServletRequest request)
Checks weather the credentials are valid and if the user account is enabled, and if both checks are positive
 logs the user in. 
 | 
Copyright © 2018. All Rights Reserved.