java.lang.Object
tr.com.havelsan.javarch.oauth.setting.integration.provider.configuration.properties.HvlOAuthSettingIntegrationProperties

@ConfigurationProperties(prefix="hvl.oauth.setting") public class HvlOAuthSettingIntegrationProperties extends Object
Properties of Setting.
  • Constructor Details

    • HvlOAuthSettingIntegrationProperties

      public HvlOAuthSettingIntegrationProperties()
  • Method Details

    • isSessionLimitEnabled

      public boolean isSessionLimitEnabled()
      Is session limit enabled boolean.
      Returns:
      the boolean
    • setSessionLimitEnabled

      public void setSessionLimitEnabled(boolean sessionLimitEnabled)
      Sets session limit enabled.
      Parameters:
      sessionLimitEnabled - the session limit enabled
    • getSessionLimitCount

      public long getSessionLimitCount()
      Gets session limit count.
      Returns:
      the session limit count
    • setSessionLimitCount

      public void setSessionLimitCount(long sessionLimitCount)
      Sets session limit count.
      Parameters:
      sessionLimitCount - the session limit count
    • isSessionAutoClose

      public boolean isSessionAutoClose()
      Is session auto close boolean.
      Returns:
      the boolean
    • setSessionAutoClose

      public void setSessionAutoClose(boolean sessionAutoClose)
      Sets session auto close.
      Parameters:
      sessionAutoClose - the session auto close
    • isSessionTtlEnabled

      public boolean isSessionTtlEnabled()
      Is session ttl enabled boolean.
      Returns:
      the boolean
    • setSessionTtlEnabled

      public void setSessionTtlEnabled(boolean sessionTtlEnabled)
      Sets session ttl enabled.
      Parameters:
      sessionTtlEnabled - the session ttl enabled
    • getSessionTtl

      public long getSessionTtl()
      Gets session ttl.
      Returns:
      the session ttl
    • setSessionTtl

      public void setSessionTtl(long sessionTtl)
      Sets session ttl.
      Parameters:
      sessionTtl - the session ttl
    • getFailedCount

      public long getFailedCount()
      Gets failed count.
      Returns:
      the failed count
    • setFailedCount

      public void setFailedCount(long failedCount)
      Sets failed count.
      Parameters:
      failedCount - the failed count
    • isAutoUnlockEnabled

      public boolean isAutoUnlockEnabled()
      Is auto unlock enabled boolean.
      Returns:
      the boolean
    • setAutoUnlockEnabled

      public void setAutoUnlockEnabled(boolean autoUnlockEnabled)
      Sets auto unlock enabled.
      Parameters:
      autoUnlockEnabled - the auto unlock enabled
    • getLockedDuration

      public long getLockedDuration()
      Gets locked duration.
      Returns:
      the locked duration
    • setLockedDuration

      public void setLockedDuration(long lockedDuration)
      Sets locked duration.
      Parameters:
      lockedDuration - the locked duration
    • getPasswordExpireTime

      public long getPasswordExpireTime()
      Gets password expire time.
      Returns:
      the password expire time
    • setPasswordExpireTime

      public void setPasswordExpireTime(long passwordExpireTime)
      Sets password expire time.
      Parameters:
      passwordExpireTime - the password expire time
    • isPasswordExpireTimeEnabled

      public boolean isPasswordExpireTimeEnabled()
      Is password expire time enabled boolean.
      Returns:
      the boolean
    • setPasswordExpireTimeEnabled

      public void setPasswordExpireTimeEnabled(boolean passwordExpireTimeEnabled)
      Sets password expire time enabled.
      Parameters:
      passwordExpireTimeEnabled - the password expire time enabled
    • getVerificationCodeMinDuration

      public long getVerificationCodeMinDuration()
      Gets verification code min duration.
      Returns:
      the verification code min duration
    • setVerificationCodeMinDuration

      public void setVerificationCodeMinDuration(long verificationCodeMinDuration)
      Sets verification code min duration.
      Parameters:
      verificationCodeMinDuration - the verification code min duration
    • getTwoFactorAuthenticationType

      public String getTwoFactorAuthenticationType()
      Gets two factor authentication type.
      Returns:
      the two factor authentication type
    • setTwoFactorAuthenticationType

      public void setTwoFactorAuthenticationType(String twoFactorAuthenticationType)
      Sets two factor authentication type.
      Parameters:
      twoFactorAuthenticationType - the two factor authentication type
    • getTwoFactorAuthenticationVerificationCodeMinDuration

      public long getTwoFactorAuthenticationVerificationCodeMinDuration()
      Gets two factor authentication verification code min duration.
      Returns:
      the two factor authentication verification code min duration
    • setTwoFactorAuthenticationVerificationCodeMinDuration

      public void setTwoFactorAuthenticationVerificationCodeMinDuration(long twoFactorAuthenticationVerificationCodeMinDuration)
      Sets two factor authentication verification code min duration.
      Parameters:
      twoFactorAuthenticationVerificationCodeMinDuration - the two factor authentication verification code min duration
    • isUserActivate

      public boolean isUserActivate()
      Is user activate boolean.
      Returns:
      the boolean
    • setUserActivate

      public void setUserActivate(boolean userActivate)
      Sets user activate.
      Parameters:
      userActivate - the user activate
    • isUserDeactivate

      public boolean isUserDeactivate()
      Is user deactivate boolean.
      Returns:
      the boolean
    • setUserDeactivate

      public void setUserDeactivate(boolean userDeactivate)
      Sets user deactivate.
      Parameters:
      userDeactivate - the user deactivate
    • isUserPasswordChange

      public boolean isUserPasswordChange()
      Is user password change boolean.
      Returns:
      the boolean
    • setUserPasswordChange

      public void setUserPasswordChange(boolean userPasswordChange)
      Sets user password change.
      Parameters:
      userPasswordChange - the user password change
    • isUserSave

      public boolean isUserSave()
      Is user save boolean.
      Returns:
      the boolean
    • setUserSave

      public void setUserSave(boolean userSave)
      Sets user save.
      Parameters:
      userSave - the user save
    • getUserRegistrationCodeDuration

      public long getUserRegistrationCodeDuration()
      Gets user registration code duration.
      Returns:
      the user registration code duration
    • setUserRegistrationCodeDuration

      public void setUserRegistrationCodeDuration(long userRegistrationCodeDuration)
      Sets user registration code duration.
      Parameters:
      userRegistrationCodeDuration - the user registration code duration
    • isProfileSave

      public boolean isProfileSave()
      Is profile save boolean.
      Returns:
      the boolean
    • setProfileSave

      public void setProfileSave(boolean profileSave)
      Sets profile save.
      Parameters:
      profileSave - the profile save
    • isProfileUpdate

      public boolean isProfileUpdate()
      Is profile update boolean.
      Returns:
      the boolean
    • setProfileUpdate

      public void setProfileUpdate(boolean profileUpdate)
      Sets profile update.
      Parameters:
      profileUpdate - the profile update
    • isRoleUpdate

      public boolean isRoleUpdate()
      Is role update boolean.
      Returns:
      the boolean
    • setRoleUpdate

      public void setRoleUpdate(boolean roleUpdate)
      Sets role update.
      Parameters:
      roleUpdate - the role update
    • isRoleDelete

      public boolean isRoleDelete()
      Is role delete boolean.
      Returns:
      the boolean
    • setRoleDelete

      public void setRoleDelete(boolean roleDelete)
      Sets role delete.
      Parameters:
      roleDelete - the role delete
    • isRoleGroupUpdate

      public boolean isRoleGroupUpdate()
      Is role group update boolean.
      Returns:
      the boolean
    • setRoleGroupUpdate

      public void setRoleGroupUpdate(boolean roleGroupUpdate)
      Sets role group update.
      Parameters:
      roleGroupUpdate - the role group update
    • isRoleGroupDelete

      public boolean isRoleGroupDelete()
      Is role group delete boolean.
      Returns:
      the boolean
    • setRoleGroupDelete

      public void setRoleGroupDelete(boolean roleGroupDelete)
      Sets role group delete.
      Parameters:
      roleGroupDelete - the role group delete
    • isProfileGroupUpdate

      public boolean isProfileGroupUpdate()
      Is profile group update boolean.
      Returns:
      the boolean
    • setProfileGroupUpdate

      public void setProfileGroupUpdate(boolean profileGroupUpdate)
      Sets profile group update.
      Parameters:
      profileGroupUpdate - the profile group update
    • isProfileGroupDelete

      public boolean isProfileGroupDelete()
      Is profile group delete boolean.
      Returns:
      the boolean
    • setProfileGroupDelete

      public void setProfileGroupDelete(boolean profileGroupDelete)
      Sets profile group delete.
      Parameters:
      profileGroupDelete - the profile group delete
    • isProfileRoleAssign

      public boolean isProfileRoleAssign()
      Is profile role assign boolean.
      Returns:
      the boolean
    • setProfileRoleAssign

      public void setProfileRoleAssign(boolean profileRoleAssign)
      Sets profile role assign.
      Parameters:
      profileRoleAssign - the profile role assign
    • isProfileRoleUnassign

      public boolean isProfileRoleUnassign()
      Is profile role unassign boolean.
      Returns:
      the boolean
    • setProfileRoleUnassign

      public void setProfileRoleUnassign(boolean profileRoleUnassign)
      Sets profile role unassign.
      Parameters:
      profileRoleUnassign - the profile role unassign
    • isProfileRoleGroupAssign

      public boolean isProfileRoleGroupAssign()
      Is profile role group assign boolean.
      Returns:
      the boolean
    • setProfileRoleGroupAssign

      public void setProfileRoleGroupAssign(boolean profileRoleGroupAssign)
      Sets profile role group assign.
      Parameters:
      profileRoleGroupAssign - the profile role group assign
    • isProfileRoleGroupUnassign

      public boolean isProfileRoleGroupUnassign()
      Is profile role group unassign boolean.
      Returns:
      the boolean
    • setProfileRoleGroupUnassign

      public void setProfileRoleGroupUnassign(boolean profileRoleGroupUnassign)
      Sets profile role group unassign.
      Parameters:
      profileRoleGroupUnassign - the profile role group unassign
    • isProfileGroupRoleAssign

      public boolean isProfileGroupRoleAssign()
      Is profile group role assign boolean.
      Returns:
      the boolean
    • setProfileGroupRoleAssign

      public void setProfileGroupRoleAssign(boolean profileGroupRoleAssign)
      Sets profile group role assign.
      Parameters:
      profileGroupRoleAssign - the profile group role assign
    • isProfileGroupRoleUnassign

      public boolean isProfileGroupRoleUnassign()
      Is profile group role unassign boolean.
      Returns:
      the boolean
    • setProfileGroupRoleUnassign

      public void setProfileGroupRoleUnassign(boolean profileGroupRoleUnassign)
      Sets profile group role unassign.
      Parameters:
      profileGroupRoleUnassign - the profile group role unassign
    • isProfileGroupRoleGroupAssign

      public boolean isProfileGroupRoleGroupAssign()
      Is profile group role group assign boolean.
      Returns:
      the boolean
    • setProfileGroupRoleGroupAssign

      public void setProfileGroupRoleGroupAssign(boolean profileGroupRoleGroupAssign)
      Sets profile group role group assign.
      Parameters:
      profileGroupRoleGroupAssign - the profile group role group assign
    • isProfileGroupRoleGroupUnassign

      public boolean isProfileGroupRoleGroupUnassign()
      Is profile group role group unassign boolean.
      Returns:
      the boolean
    • setProfileGroupRoleGroupUnassign

      public void setProfileGroupRoleGroupUnassign(boolean profileGroupRoleGroupUnassign)
      Sets profile group role group unassign.
      Parameters:
      profileGroupRoleGroupUnassign - the profile group role group unassign
    • isProxyAssign

      public boolean isProxyAssign()
      Is proxy assign boolean.
      Returns:
      the boolean
    • setProxyAssign

      public void setProxyAssign(boolean proxyAssign)
      Sets proxy assign.
      Parameters:
      proxyAssign - the proxy assign
    • isProxyCancellation

      public boolean isProxyCancellation()
      Is proxy cancellation boolean.
      Returns:
      the boolean
    • setProxyCancellation

      public void setProxyCancellation(boolean proxyCancellation)
      Sets proxy cancellation.
      Parameters:
      proxyCancellation - the proxy cancellation
    • isPasswordPolicyChange

      public boolean isPasswordPolicyChange()
      Is password policy change boolean.
      Returns:
      the boolean
    • setPasswordPolicyChange

      public void setPasswordPolicyChange(boolean passwordPolicyChange)
      Sets password policy change.
      Parameters:
      passwordPolicyChange - the password policy change
    • isOther

      public boolean isOther()
      Is other boolean.
      Returns:
      the boolean
    • setOther

      public void setOther(boolean other)
      Sets other.
      Parameters:
      other - the other
    • isSettingAudit

      public boolean isSettingAudit()
      Is setting audit boolean.
      Returns:
      the boolean
    • setSettingAudit

      public void setSettingAudit(boolean settingAudit)
      Sets setting audit.
      Parameters:
      settingAudit - the setting audit
    • isUserAudit

      public boolean isUserAudit()
      Is user audit boolean.
      Returns:
      the boolean
    • setUserAudit

      public void setUserAudit(boolean userAudit)
      Sets user audit.
      Parameters:
      userAudit - the user audit
    • isProfileAudit

      public boolean isProfileAudit()
      Is profile audit boolean.
      Returns:
      the boolean
    • setProfileAudit

      public void setProfileAudit(boolean profileAudit)
      Sets profile audit.
      Parameters:
      profileAudit - the profile audit
    • isProxyAudit

      public boolean isProxyAudit()
      Is proxy audit boolean.
      Returns:
      the boolean
    • setProxyAudit

      public void setProxyAudit(boolean proxyAudit)
      Sets proxy audit.
      Parameters:
      proxyAudit - the proxy audit
    • isRoleAudit

      public boolean isRoleAudit()
      Is role audit boolean.
      Returns:
      the boolean
    • setRoleAudit

      public void setRoleAudit(boolean roleAudit)
      Sets role audit.
      Parameters:
      roleAudit - the role audit
    • isCircuitBreakerEnabled

      public boolean isCircuitBreakerEnabled()
      Is circuit breaker enabled boolean.
      Returns:
      the boolean
    • setCircuitBreakerEnabled

      public void setCircuitBreakerEnabled(boolean circuitBreakerEnabled)
      Sets circuit breaker enabled.
      Parameters:
      circuitBreakerEnabled - the circuit breaker enabled
    • getRegisterAllowedDomainExtensions

      public String getRegisterAllowedDomainExtensions()
      Gets register allowed domain extensions.
      Returns:
      the register allowed domain extensions
    • setRegisterAllowedDomainExtensions

      public void setRegisterAllowedDomainExtensions(String registerAllowedDomainExtensions)
      Sets register allowed domain extensions.
      Parameters:
      registerAllowedDomainExtensions - the register allowed domain extensions
    • getRegisterUserDetailTypes

      public String getRegisterUserDetailTypes()
      Gets register user detail types.
      Returns:
      the register user detail types
    • setRegisterUserDetailTypes

      public void setRegisterUserDetailTypes(String registerUserDetailTypes)
      Sets register user detail types.
      Parameters:
      registerUserDetailTypes - the register user detail types