mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
refactor oauth2 token generator
This commit is contained in:
parent
35f11a0d94
commit
f33e104755
@ -44,8 +44,8 @@ import javax.servlet.http.HttpSession;
|
||||
import java.io.IOException;
|
||||
|
||||
@MultipartConfig
|
||||
@WebServlet("/ws-credentials")
|
||||
public class WsTokenHandler extends HttpServlet {
|
||||
@WebServlet("/default-oauth2-credentials")
|
||||
public class DefaultOauth2TokenHandler extends HttpServlet {
|
||||
private static final Log log = LogFactory.getLog(DefaultTokenHandler.class);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user