Class AuthenticationPollingClientInfo
java.lang.Object
com.gsitm.ustra.java.autoconfigure.security.duplication.polling.AuthenticationPollingClientInfo
- All Implemented Interfaces:
com.gsitm.ustra.java.security.connection.ConnectionInfo,Serializable
public class AuthenticationPollingClientInfo
extends Object
implements com.gsitm.ustra.java.security.connection.ConnectionInfo
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAuthenticationPollingClientInfo.AuthenticationPollingClientInfoBuilder<C extends AuthenticationPollingClientInfo,B extends AuthenticationPollingClientInfo.AuthenticationPollingClientInfoBuilder<C, B>> -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAuthenticationPollingClientInfo(AuthenticationPollingClientInfo.AuthenticationPollingClientInfoBuilder<?, ?> b) AuthenticationPollingClientInfo(String clientIp, String userKey, String duplicationKey, String procId, String refreshToken, AtomicInteger checkNumber, boolean duplicated, boolean expired) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanboolean암호화 문자열로부터 string 반환로그아웃 체킹 수클라이언트 아이피 주소중복 인증 제어 키프로세스 아이디Refresh Token사용자 키inthashCode()boolean중복 여부boolean만료 여부voidsetCheckNumber(AtomicInteger checkNumber) 로그아웃 체킹 수voidsetClientIp(String clientIp) 클라이언트 아이피 주소voidsetDuplicated(boolean duplicated) 중복 여부voidsetDuplicationKey(String duplicationKey) 중복 인증 제어 키voidsetExpired(boolean expired) 만료 여부void프로세스 아이디voidsetRefreshToken(String refreshToken) Refresh TokenvoidsetUserKey(String userKey) 사용자 키toString()
-
Field Details
-
CLIENT_IP_ATTRIBUTES_NAME
클라이언트 IP 속성 명- See Also:
-
PROC_ID_ATTRIBUTES_NAME
프로세스 아이디 속성 명- See Also:
-
USER_KEY_ATTRIBUTES_NAME
사용자 키 속성 명- See Also:
-
DUPLICATION_KEY_ATTRIBUTES_NAME
중복인증 제어 키 속성 명- See Also:
-
REFRESH_TOKEN_ATTRIBUTES_NAME
Refresh Token 속성명- See Also:
-
-
Constructor Details
-
AuthenticationPollingClientInfo
protected AuthenticationPollingClientInfo(AuthenticationPollingClientInfo.AuthenticationPollingClientInfoBuilder<?, ?> b) -
AuthenticationPollingClientInfo
public AuthenticationPollingClientInfo() -
AuthenticationPollingClientInfo
-
-
Method Details
-
from
암호화 문자열로부터 string 반환- Parameters:
encryptedString-secretKey-- Returns:
-
builder
-
getClientIp
클라이언트 아이피 주소- Specified by:
getClientIpin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
getUserKey
사용자 키- Specified by:
getUserKeyin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
getDuplicationKey
중복 인증 제어 키- Specified by:
getDuplicationKeyin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
getProcId
프로세스 아이디- Specified by:
getProcIdin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
getRefreshToken
Refresh Token -
getCheckNumber
로그아웃 체킹 수- Specified by:
getCheckNumberin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
isDuplicated
public boolean isDuplicated()중복 여부- Specified by:
isDuplicatedin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
isExpired
public boolean isExpired()만료 여부- Specified by:
isExpiredin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
setClientIp
클라이언트 아이피 주소 -
setUserKey
사용자 키 -
setDuplicationKey
중복 인증 제어 키 -
setProcId
프로세스 아이디 -
setRefreshToken
Refresh Token -
setCheckNumber
로그아웃 체킹 수 -
setDuplicated
public void setDuplicated(boolean duplicated) 중복 여부- Specified by:
setDuplicatedin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
setExpired
public void setExpired(boolean expired) 만료 여부- Specified by:
setExpiredin interfacecom.gsitm.ustra.java.security.connection.ConnectionInfo
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-