Class AuthCacheSizeProperties

java.lang.Object
com.broadleafcommerce.auth.cache.autoconfigure.AuthCacheSizeProperties

@ConfigurationProperties("broadleaf.auth.cache.sizes") public class AuthCacheSizeProperties extends Object
Properties that influence cache estimated size settings for the service
  • Constructor Details

    • AuthCacheSizeProperties

      public AuthCacheSizeProperties()
  • Method Details

    • getByServerId

      public org.springframework.util.unit.DataSize getByServerId()
    • getByScopeNames

      public org.springframework.util.unit.DataSize getByScopeNames()
    • getByScopeNamesPermissions

      public org.springframework.util.unit.DataSize getByScopeNamesPermissions()
    • getByAuthClient

      public org.springframework.util.unit.DataSize getByAuthClient()
    • getApplicationByApplicationId

      public org.springframework.util.unit.DataSize getApplicationByApplicationId()
    • getApplicationUrlByApplicationId

      public org.springframework.util.unit.DataSize getApplicationUrlByApplicationId()
    • getAdminUrlByTenantId

      public org.springframework.util.unit.DataSize getAdminUrlByTenantId()
    • getAncestorAccountCacheByAccountId

      public org.springframework.util.unit.DataSize getAncestorAccountCacheByAccountId()
    • getDescendantAccountCacheByAccountId

      public org.springframework.util.unit.DataSize getDescendantAccountCacheByAccountId()
    • getAccountInheritanceLineCacheByAccountId

      public org.springframework.util.unit.DataSize getAccountInheritanceLineCacheByAccountId()
    • getOauth2IdentityProvidersCache

      public org.springframework.util.unit.DataSize getOauth2IdentityProvidersCache()
    • getByClientRegistrationId

      public org.springframework.util.unit.DataSize getByClientRegistrationId()
    • getByTenantId

      public org.springframework.util.unit.DataSize getByTenantId()
    • setByServerId

      public void setByServerId(org.springframework.util.unit.DataSize byServerId)
    • setByScopeNames

      public void setByScopeNames(org.springframework.util.unit.DataSize byScopeNames)
    • setByScopeNamesPermissions

      public void setByScopeNamesPermissions(org.springframework.util.unit.DataSize byScopeNamesPermissions)
    • setByAuthClient

      public void setByAuthClient(org.springframework.util.unit.DataSize byAuthClient)
    • setApplicationByApplicationId

      public void setApplicationByApplicationId(org.springframework.util.unit.DataSize applicationByApplicationId)
    • setApplicationUrlByApplicationId

      public void setApplicationUrlByApplicationId(org.springframework.util.unit.DataSize applicationUrlByApplicationId)
    • setAdminUrlByTenantId

      public void setAdminUrlByTenantId(org.springframework.util.unit.DataSize adminUrlByTenantId)
    • setAncestorAccountCacheByAccountId

      public void setAncestorAccountCacheByAccountId(org.springframework.util.unit.DataSize ancestorAccountCacheByAccountId)
    • setDescendantAccountCacheByAccountId

      public void setDescendantAccountCacheByAccountId(org.springframework.util.unit.DataSize descendantAccountCacheByAccountId)
    • setAccountInheritanceLineCacheByAccountId

      public void setAccountInheritanceLineCacheByAccountId(org.springframework.util.unit.DataSize accountInheritanceLineCacheByAccountId)
    • setOauth2IdentityProvidersCache

      public void setOauth2IdentityProvidersCache(org.springframework.util.unit.DataSize oauth2IdentityProvidersCache)
    • setByClientRegistrationId

      public void setByClientRegistrationId(org.springframework.util.unit.DataSize byClientRegistrationId)
    • setByTenantId

      public void setByTenantId(org.springframework.util.unit.DataSize byTenantId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object