Class UstraManagementBoProperties.Authentication
java.lang.Object
com.gsitm.ustra.java.security.authentication.properties.UstraAuthenticationProperties
com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
com.gsitm.ustra.java.management.properties.UstraManagementBoProperties.Authentication
- Enclosing class:
- UstraManagementBoProperties
public static class UstraManagementBoProperties.Authentication
extends com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
보안 설정
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties.Encryption, com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties.EncryptionTypeNested classes/interfaces inherited from class com.gsitm.ustra.java.security.authentication.properties.UstraAuthenticationProperties
com.gsitm.ustra.java.security.authentication.properties.UstraAuthenticationProperties.ClientValidation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean캐시 사용 여부쿠키 사용 여부기본 인증 API 사용 여부inthashCode()voidsetUseCache(Boolean useCache) 캐시 사용 여부voidsetUseCookie(Boolean useCookie) 쿠키 사용 여부voidsetUseDefaultApi(Boolean useDefaultApi) 기본 인증 API 사용 여부toString()Methods inherited from class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
getAccessValidSecond, getCanAuthenticateOnlyRefreshToken, getEnableLoginToken, getEnableRefreshToken, getEncryption, getExcludeValidationUrlPatterns, getLoginTokenKey, getLoginValidSecond, getMaxUseRefreshToken, getRefreshTokenKey, getRefreshValidSeconds, getSecretKey, getTokenKey, getUseRefreshTokenWithAnonymous, isAlwaysUpdateRefreshToken, isExcludeValidationUrl, isRemoveRefreshTokenWhenReauthenticated, isReuseRefreshToken, isUseEvictionExpiredTokenSchedule, setAccessValidSecond, setAlwaysUpdateRefreshToken, setCanAuthenticateOnlyRefreshToken, setEnableLoginToken, setEnableRefreshToken, setEncryption, setExcludeValidationUrlPatterns, setLoginTokenKey, setLoginValidSecond, setMaxUseRefreshToken, setRefreshTokenKey, setRefreshValidSeconds, setRemoveRefreshTokenWhenReauthenticated, setReuseRefreshToken, setSecretKey, setTokenKey, setUseEvictionExpiredTokenSchedule, setUseRefreshTokenWithAnonymousMethods inherited from class com.gsitm.ustra.java.security.authentication.properties.UstraAuthenticationProperties
getClientValidation, getCookiePath, getDuplicationCheckType, getDuplicationRealtimeCheckType, getMaxAuthenticationKeyRequestNumbers, getMaxAuthenticationKeyValidSeconds, getRealtimeDuplicationCheckUrl, getSystemKey, getSystemName, isAllowAnoymousAuthentication, isCheckDuplication, setAllowAnoymousAuthentication, setCheckDuplication, setClientValidation, setCookiePath, setDuplicationCheckType, setDuplicationRealtimeCheckType, setMaxAuthenticationKeyRequestNumbers, setMaxAuthenticationKeyValidSeconds, setRealtimeDuplicationCheckUrl, setSystemKey, setSystemName
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getUseDefaultApi
기본 인증 API 사용 여부 -
getUseCookie
쿠키 사용 여부 -
getUseCache
캐시 사용 여부 -
setUseDefaultApi
기본 인증 API 사용 여부 -
setUseCookie
쿠키 사용 여부 -
setUseCache
캐시 사용 여부 -
toString
- Overrides:
toStringin classcom.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
-
equals
- Overrides:
equalsin classcom.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
-
canEqual
- Overrides:
canEqualin classcom.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
-