Package | Description |
---|---|
org.salespointframework.useraccount |
User account management.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Password |
Password.encrypted(String password)
Creates a new encrypted password.
|
Password |
UserAccount.getPassword() |
static Password |
Password.unencrypted(String password)
Creates a new password.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpringSecurityAuthenticationManager.matches(Password candidate,
Password existing) |
boolean |
AuthenticationManager.matches(Password candidate,
Password existing)
Returns whether the given candidate
Password matches the given existing one. |
(package private) void |
UserAccount.setPassword(Password password) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.