| Package | Description |
|---|---|
| org.salespointframework.useraccount |
User account management.
|
| Constructor and Description |
|---|
PersistentUserAccountManager(UserAccountRepository repository,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
Creates a new
PersistentUserAccountManager using the given UserAccountRepository and
PasswordEncoder. |
SpringSecurityAuthenticationManager(UserAccountRepository repository,
org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
Creates a new
SpringSecurityAuthenticationManager using the given UserAccountRepository. |
UserAccountDetailService(UserAccountRepository repository)
Creates a new
UserAccountDetailService using the given UserAccountRepository. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.