Package | Description |
---|---|
systems.dmx.accesscontrol | |
systems.dmx.core.impl | |
systems.dmx.core.service.accesscontrol |
Modifier and Type | Method and Description |
---|---|
Topic |
AuthorizationMethod.checkCredentials(Credentials cred)
Checks if the given credentials are valid.
|
private Topic |
AccessControlPlugin.checkCredentials(Credentials cred,
AuthorizationMethod am) |
Topic |
AccessControlService.createUserAccount(Credentials cred) |
Topic |
AccessControlPlugin.createUserAccount(Credentials cred) |
private AuthorizationMethod |
AccessControlPlugin.getAuthorizationMethod(Credentials cred) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlImpl.changePassword(Credentials cred) |
Topic |
AccessControlImpl.checkCredentials(Credentials cred) |
Modifier and Type | Method and Description |
---|---|
void |
AccessControl.changePassword(Credentials cred)
Changes the password of an existing user account.
|
Topic |
AccessControl.checkCredentials(Credentials cred)
Checks if the given credentials are valid.
|
Copyright © 2018. All Rights Reserved.