| Interface | Description |
|---|---|
| AuthenticationManager |
Application component for authentication related use cases.
|
| UserAccountManager |
Central service to manager
UserAccount instances. |
| UserAccountRepository |
Repository to persist
UserAccount instances. |
| Class | Description |
|---|---|
| Password | |
| PersistentUserAccountManager |
Implementation of
UserAccountManager using a UserAccountRepository to persist UserAccount
instances. |
| Role |
A Role is only identified by a name.
|
| SpringSecurityAuthenticationManager |
AuthenticationManager using the current SpringSecurity Authentication to lookup a UserAccount
by the identifier of it. |
| UserAccount |
Domain class for a user.
|
| UserAccountDetailService |
UserDetailsService implementation using the UserAccountRepository to obtain user information for
login. |
| UserAccountDetailService.UserAccountDetails | |
| UserAccountIdentifier |
UserAccountIdentifier serves as an identifier type for UserAccount objects. |
UserAccountManagerCopyright © 2018 Pivotal Software, Inc.. All rights reserved.