Uses of Class
cn.authing.AuthParams
-
Packages that use AuthParams Package Description cn.authing cn.authing.internal -
-
Uses of AuthParams in cn.authing
Methods in cn.authing with parameters of type AuthParams Modifier and Type Method Description static UserInfoAuthing. getUserInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthParams authParams)static UserInfoAuthing. onLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthParams authParams) -
Uses of AuthParams in cn.authing.internal
Methods in cn.authing.internal with parameters of type AuthParams Modifier and Type Method Description static UserInfoAuthingImpl. getUserInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthParams authParams)static UserInfoAuthingImpl. onLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthParams authParams)
-