Uses of Class
io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
Packages that use AuthManagerException
-
Uses of AuthManagerException in io.mosip.kernel.auth.controller
Methods in io.mosip.kernel.auth.controller that throw AuthManagerExceptionModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.authmanager.model.MosipUserDto> AuthController.validateToken(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse res) API to validate token -
Uses of AuthManagerException in io.mosip.kernel.auth.defaultimpl.exception
Methods in io.mosip.kernel.auth.defaultimpl.exception with parameters of type AuthManagerExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<io.mosip.kernel.core.http.ResponseWrapper<io.mosip.kernel.core.exception.ServiceError>> AuthManagerExceptionHandler.customErrorMessage(jakarta.servlet.http.HttpServletRequest request, AuthManagerException exception)