Uses of Class
net.andresbustamante.yafoot.commons.exceptions.DirectoryException
Packages that use DirectoryException
Package
Description
Core adapters API.
Core services API.
Service implementations for the core API.
Adapters implementations for the Web core module.
Repository API for the users module.
Repository implementations for the users module.
Services API for the users module.
Services implementations for the users module.
-
Uses of DirectoryException in net.andresbustamante.yafoot.core.adapters
Methods in net.andresbustamante.yafoot.core.adapters that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
UserManagementAdapter.deleteUser
(User user, UserContext context) Deletes an existing user.void
UserManagementAdapter.updateUser
(User user, UserContext context) Updates an existing user. -
Uses of DirectoryException in net.andresbustamante.yafoot.core.services
Methods in net.andresbustamante.yafoot.core.services that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
PlayerManagementService.deactivatePlayer
(Player player, UserContext userContext) Deactivates a player and deletes his/her history in the application.void
PlayerManagementService.updatePlayer
(Player player, UserContext userContext) Updates basic details for a player. -
Uses of DirectoryException in net.andresbustamante.yafoot.core.services.impl
Methods in net.andresbustamante.yafoot.core.services.impl that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
PlayerManagementServiceImpl.deactivatePlayer
(Player player, UserContext userContext) void
PlayerManagementServiceImpl.updatePlayer
(Player player, UserContext userContext) -
Uses of DirectoryException in net.andresbustamante.yafoot.core.web.adapters
Methods in net.andresbustamante.yafoot.core.web.adapters that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
InternalUserManagementAdapterImpl.deleteUser
(User user, UserContext context) void
InternalUserManagementAdapterImpl.updateUser
(User user, UserContext context) -
Uses of DirectoryException in net.andresbustamante.yafoot.users.repository
Methods in net.andresbustamante.yafoot.users.repository that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
UserRepository.deleteUser
(User usr) Deletes a user from active directory.UserRepository.findUserByEmail
(String email) Find a user by using his email address.void
UserRepository.updateUser
(User usr) Update user's personal details in the active directory. -
Uses of DirectoryException in net.andresbustamante.yafoot.users.repository.impl
Methods in net.andresbustamante.yafoot.users.repository.impl that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
KeycloakUserRepositoryImpl.deleteUser
(User user) KeycloakUserRepositoryImpl.findUserByEmail
(String email) void
KeycloakUserRepositoryImpl.updateUser
(User user) -
Uses of DirectoryException in net.andresbustamante.yafoot.users.services
Methods in net.andresbustamante.yafoot.users.services that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
UserManagementService.deleteUser
(User user, UserContext ctx) Removes a user from the internal user directory.UserSearchService.findUserByEmail
(String email) Load a user for authentication by using his email address.void
UserManagementService.updateUser
(User user, UserContext ctx) Updates a user's details in the active directory. -
Uses of DirectoryException in net.andresbustamante.yafoot.users.services.impl
Methods in net.andresbustamante.yafoot.users.services.impl that throw DirectoryExceptionModifier and TypeMethodDescriptionvoid
UserManagementServiceImpl.deleteUser
(User user, UserContext ctx) UserSearchServiceImpl.findUserByEmail
(String email) void
UserManagementServiceImpl.updateUser
(User user, UserContext ctx)