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;
|
import java.io.IOException;
|
||||||
|
|
||||||
@MultipartConfig
|
@MultipartConfig
|
||||||
@WebServlet("/ws-credentials")
|
@WebServlet("/default-oauth2-credentials")
|
||||||
public class WsTokenHandler extends HttpServlet {
|
public class DefaultOauth2TokenHandler extends HttpServlet {
|
||||||
private static final Log log = LogFactory.getLog(DefaultTokenHandler.class);
|
private static final Log log = LogFactory.getLog(DefaultTokenHandler.class);
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user