Index
All Classes and Interfaces|All Packages|Serialized Form
D
- deleteUser(User) - Method in interface net.andresbustamante.yafoot.users.repository.UserRepository
-
Deletes a user from active directory.
- deleteUser(User, UserContext) - Method in interface net.andresbustamante.yafoot.users.services.UserManagementService
-
Removes a user from the internal user directory.
F
- findUserByEmail(String) - Method in interface net.andresbustamante.yafoot.users.repository.UserRepository
-
Find a user by using his email address.
- findUserByEmail(String) - Method in interface net.andresbustamante.yafoot.users.services.UserSearchService
-
Load a user for authentication by using his email address.
N
- net.andresbustamante.yafoot.users.model - package net.andresbustamante.yafoot.users.model
-
Model API for the users module.
- net.andresbustamante.yafoot.users.repository - package net.andresbustamante.yafoot.users.repository
-
Repository API for the users module.
- net.andresbustamante.yafoot.users.services - package net.andresbustamante.yafoot.users.services
-
Services API for the users module.
U
- updateUser(User) - Method in interface net.andresbustamante.yafoot.users.repository.UserRepository
-
Update user's personal details in the active directory.
- updateUser(User, UserContext) - Method in interface net.andresbustamante.yafoot.users.services.UserManagementService
-
Updates a user's details in the active directory.
- User - Class in net.andresbustamante.yafoot.users.model
-
Application user having an email as unique identifier.
- User() - Constructor for class net.andresbustamante.yafoot.users.model.User
-
Default constructor.
- User(String) - Constructor for class net.andresbustamante.yafoot.users.model.User
-
Constructor with an email address.
- User(String, String, String) - Constructor for class net.andresbustamante.yafoot.users.model.User
-
Constructor for testing purposes.
- UserManagementService - Interface in net.andresbustamante.yafoot.users.services
-
User directory management service.
- UserRepository - Interface in net.andresbustamante.yafoot.users.repository
-
Interface describing the operations allowed on user in the LDAP directory.
- UserSearchService - Interface in net.andresbustamante.yafoot.users.services
All Classes and Interfaces|All Packages|Serialized Form