Class NonceLoginSuccessHandler.State
-
- All Implemented Interfaces:
public class NonceLoginSuccessHandler.State
-
-
Field Summary
Fields Modifier and Type Field Description public longuserIdpublic StringsessionIdpublic StringstateOauthpublic StringstateClient
-
Constructor Summary
Constructors Constructor Description NonceLoginSuccessHandler.State()
-
Method Summary
Modifier and Type Method Description longgetUserId()SecurityContextUtil. voidsetUserId(long userId)SecurityContextUtil. StringgetSessionId()session id, null if no-login voidsetSessionId(String sessionId)session id, null if no-login StringgetStateOauth()the state via oauth builder voidsetStateOauth(String stateOauth)the state via oauth builder StringgetStateClient()the safe-state send by client voidsetStateClient(String stateClient)the safe-state send by client booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getUserId
long getUserId()
SecurityContextUtil.getUserId()
-
setUserId
void setUserId(long userId)
SecurityContextUtil.getUserId()
-
getSessionId
String getSessionId()
session id, null if no-login
-
setSessionId
void setSessionId(String sessionId)
session id, null if no-login
-
getStateOauth
String getStateOauth()
the state via oauth builder
-
setStateOauth
void setStateOauth(String stateOauth)
the state via oauth builder
-
getStateClient
String getStateClient()
the safe-state send by client
-
setStateClient
void setStateClient(String stateClient)
the safe-state send by client
-
hashCode
int hashCode()
-
-
-
-