类 AuthenticationUtils
java.lang.Object
cn.nkpro.elcube.security.validate2.AuthenticationUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcommence(javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e)voidextendToken(String client, String username)grantToken(String client, String username)static Stringstatic voidsimpleValidate(UserDetails details)static booleanvalidateSignature(String url, Map<String,?> parameterMap, String timestamp, String secret, String nonce, String targetSignature)static voidvalidateTimestamp(String timestamp)
-
字段详细资料
-
redisSupport
-
-
构造器详细资料
-
AuthenticationUtils
public AuthenticationUtils()
-
-
方法详细资料
-
validateTimestamp
-
simpleValidate
-
grantToken
-
getToken
-
extendToken
-
signature
-
validateSignature
-
commence
public void commence(javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e) throws IOException- 抛出:
IOException
-