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.EncryptionType

    Nested 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    캐시 사용 여부
    쿠키 사용 여부
    기본 인증 API 사용 여부
    int
     
    void
    setUseCache(Boolean useCache)
    캐시 사용 여부
    void
    setUseCookie(Boolean useCookie)
    쿠키 사용 여부
    void
    setUseDefaultApi(Boolean useDefaultApi)
    기본 인증 API 사용 여부
     

    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, setUseRefreshTokenWithAnonymous

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • getUseDefaultApi

      public Boolean getUseDefaultApi()
      기본 인증 API 사용 여부
    • getUseCookie

      public Boolean getUseCookie()
      쿠키 사용 여부
    • getUseCache

      public Boolean getUseCache()
      캐시 사용 여부
    • setUseDefaultApi

      public void setUseDefaultApi(Boolean useDefaultApi)
      기본 인증 API 사용 여부
    • setUseCookie

      public void setUseCookie(Boolean useCookie)
      쿠키 사용 여부
    • setUseCache

      public void setUseCache(Boolean useCache)
      캐시 사용 여부
    • toString

      public String toString()
      Overrides:
      toString in class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.gsitm.ustra.java.security.jwt.authentication.properties.UstraJwtAuthenticationProperties