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 TypeMethodDescriptionvoidUserManagementAdapter.deleteUser(User user, UserContext context) Deletes an existing user.voidUserManagementAdapter.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 TypeMethodDescriptionvoidPlayerManagementService.deactivatePlayer(Player player, UserContext userContext) Deactivates a player and deletes his/her history in the application.voidPlayerManagementService.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 TypeMethodDescriptionvoidPlayerManagementServiceImpl.deactivatePlayer(Player player, UserContext userContext) voidPlayerManagementServiceImpl.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 TypeMethodDescriptionvoidInternalUserManagementAdapterImpl.deleteUser(User user, UserContext context) voidInternalUserManagementAdapterImpl.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 TypeMethodDescriptionvoidUserRepository.deleteUser(User usr) Deletes a user from active directory.UserRepository.findUserByEmail(String email) Find a user by using his email address.voidUserRepository.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 TypeMethodDescriptionvoidKeycloakUserRepositoryImpl.deleteUser(User user) KeycloakUserRepositoryImpl.findUserByEmail(String email) voidKeycloakUserRepositoryImpl.updateUser(User user) -
Uses of DirectoryException in net.andresbustamante.yafoot.users.services
Methods in net.andresbustamante.yafoot.users.services that throw DirectoryExceptionModifier and TypeMethodDescriptionvoidUserManagementService.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.voidUserManagementService.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 TypeMethodDescriptionvoidUserManagementServiceImpl.deleteUser(User user, UserContext ctx) UserSearchServiceImpl.findUserByEmail(String email) voidUserManagementServiceImpl.updateUser(User user, UserContext ctx)