Class UstraAuthenticationProperties
java.lang.Object
com.gsitm.ustra.java.security.authentication.properties.UstraAuthenticationProperties
Security 설정 인터페이스
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class클라이언트 유효성 검증 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean클라이언 유효성 검증 설정쿠키 사용 시 경로중복 체크 유형실시간 중복 체크 유형int최대 인증 키 시도 횟수int최대 인증 키 유효 초수실시간 중복 체크 web socket or api url시스템 키시스템 명inthashCode()boolean익명 인증 허용 여부 FIXME : Incorrect spellboolean중복 체크 여부voidsetAllowAnoymousAuthentication(boolean allowAnoymousAuthentication) 익명 인증 허용 여부 FIXME : Incorrect spellvoidsetCheckDuplication(boolean checkDuplication) 중복 체크 여부voidsetClientValidation(UstraAuthenticationProperties.ClientValidation clientValidation) 클라이언 유효성 검증 설정voidsetCookiePath(String cookiePath) 쿠키 사용 시 경로voidsetDuplicationCheckType(AuthenticationDuplicationCheckType duplicationCheckType) 중복 체크 유형voidsetDuplicationRealtimeCheckType(AuthenticationRealTimeDuplicationCheckType duplicationRealtimeCheckType) 실시간 중복 체크 유형voidsetMaxAuthenticationKeyRequestNumbers(int maxAuthenticationKeyRequestNumbers) 최대 인증 키 시도 횟수voidsetMaxAuthenticationKeyValidSeconds(int maxAuthenticationKeyValidSeconds) 최대 인증 키 유효 초수voidsetRealtimeDuplicationCheckUrl(String realtimeDuplicationCheckUrl) 실시간 중복 체크 web socket or api urlvoidsetSystemKey(String systemKey) 시스템 키voidsetSystemName(String systemName) 시스템 명toString()
-
Constructor Details
-
UstraAuthenticationProperties
public UstraAuthenticationProperties()
-
-
Method Details
-
isAllowAnoymousAuthentication
public boolean isAllowAnoymousAuthentication()익명 인증 허용 여부 FIXME : Incorrect spell- Returns:
-
getSystemName
시스템 명- Returns:
-
getSystemKey
시스템 키- Returns:
-
getCookiePath
쿠키 사용 시 경로 -
getMaxAuthenticationKeyRequestNumbers
public int getMaxAuthenticationKeyRequestNumbers()최대 인증 키 시도 횟수 -
getMaxAuthenticationKeyValidSeconds
public int getMaxAuthenticationKeyValidSeconds()최대 인증 키 유효 초수 -
isCheckDuplication
public boolean isCheckDuplication()중복 체크 여부- Returns:
-
getDuplicationCheckType
중복 체크 유형 -
getDuplicationRealtimeCheckType
실시간 중복 체크 유형 -
getRealtimeDuplicationCheckUrl
실시간 중복 체크 web socket or api url -
getClientValidation
클라이언 유효성 검증 설정 -
setAllowAnoymousAuthentication
public void setAllowAnoymousAuthentication(boolean allowAnoymousAuthentication) 익명 인증 허용 여부 FIXME : Incorrect spell -
setSystemName
시스템 명 -
setSystemKey
시스템 키 -
setCookiePath
쿠키 사용 시 경로 -
setMaxAuthenticationKeyRequestNumbers
public void setMaxAuthenticationKeyRequestNumbers(int maxAuthenticationKeyRequestNumbers) 최대 인증 키 시도 횟수 -
setMaxAuthenticationKeyValidSeconds
public void setMaxAuthenticationKeyValidSeconds(int maxAuthenticationKeyValidSeconds) 최대 인증 키 유효 초수 -
setCheckDuplication
public void setCheckDuplication(boolean checkDuplication) 중복 체크 여부 -
setDuplicationCheckType
중복 체크 유형 -
setDuplicationRealtimeCheckType
public void setDuplicationRealtimeCheckType(AuthenticationRealTimeDuplicationCheckType duplicationRealtimeCheckType) 실시간 중복 체크 유형 -
setRealtimeDuplicationCheckUrl
실시간 중복 체크 web socket or api url -
setClientValidation
클라이언 유효성 검증 설정 -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-