Modifier and Type | Method and Description |
---|---|
ExternalUserVO |
ExternalUserRepository.getUser(UserIdentification userIdentification)
Get the
ExternalUserVO for the UserIdentification . |
ExternalUserVO |
AbstractExternalUserRepository.getUser(UserIdentification userIdentification)
Get the
ExternalUserVO of the UserIdentification |
Modifier and Type | Class and Description |
---|---|
class |
FieldUserIdentification
A UserIdentification that is map holding some attributes.
|
Modifier and Type | Method and Description |
---|---|
protected UserIdentification |
ExternalAuthenticationProvider.createUserIdentification(ExternalUserVO userVO)
Create the user identification to be used for the user service.
|
Modifier and Type | Method and Description |
---|---|
protected User |
ExternalAuthenticationProvider.getUser(UserIdentification userIdentification)
Get the user for the given identification
|
Modifier and Type | Method and Description |
---|---|
User |
UserManagementImpl.findUser(UserIdentification userIdentification) |
User |
UserManagement.findUser(UserIdentification userIdentification)
Find the User by the given identification, not loading the
ExternalUserAuthentication
s |
User |
UserManagementImpl.findUser(UserIdentification userIdentification,
boolean loadExternalAuthentications) |
User |
UserManagement.findUser(UserIdentification userIdentification,
boolean loadExternalAuthentications)
Find the User by the given identification
|
Modifier and Type | Method and Description |
---|---|
User |
UserService.getUser(UserIdentification userIdentification,
UserService.UserServiceRetrievalFlag... flags)
Get a user specified by the given
UserIdentification . |
Copyright © 2019 Communote team. All rights reserved.