Uses of Class
io.mosip.kernel.auth.defaultimpl.exception.AuthManagerException
-
Packages that use AuthManagerException Package Description io.mosip.kernel.auth.controller io.mosip.kernel.auth.defaultimpl.exception -
-
Uses of AuthManagerException in io.mosip.kernel.auth.controller
Methods in io.mosip.kernel.auth.controller that throw AuthManagerException Modifier and Type Method Description ResponseWrapper<MosipUserDto>AuthController. validateToken(javax.servlet.http.HttpServletRequest request, javax.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 AuthManagerException Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<ServiceError>>AuthManagerExceptionHandler. customErrorMessage(javax.servlet.http.HttpServletRequest request, AuthManagerException exception)
-