Class AuthCacheProperties

java.lang.Object
com.broadleafcommerce.auth.cache.AuthCacheProperties

@ConfigurationProperties("broadleaf.auth.cache") public class AuthCacheProperties extends Object
Properties that influence cache settings for the auth service
Author:
Jeff Fischer
  • Constructor Details

    • AuthCacheProperties

      public AuthCacheProperties()
  • Method Details

    • getByServerId

      public Duration getByServerId()
    • getByScopeNames

      public Duration getByScopeNames()
    • getByScopeNamesPermissions

      public Duration getByScopeNamesPermissions()
    • getApplicationUrlByApplicationId

      public Duration getApplicationUrlByApplicationId()
    • getApplicationByApplicationId

      public Duration getApplicationByApplicationId()
    • getAdminUrlByTenantId

      public Duration getAdminUrlByTenantId()
    • getByAuthClient

      public Duration getByAuthClient()
    • getAncestorAccountCacheByAccountId

      public Duration getAncestorAccountCacheByAccountId()
    • getDescendantAccountCacheByAccountId

      public Duration getDescendantAccountCacheByAccountId()
    • setByServerId

      public void setByServerId(Duration byServerId)
    • setByScopeNames

      public void setByScopeNames(Duration byScopeNames)
    • setByScopeNamesPermissions

      public void setByScopeNamesPermissions(Duration byScopeNamesPermissions)
    • setApplicationUrlByApplicationId

      public void setApplicationUrlByApplicationId(Duration applicationUrlByApplicationId)
    • setApplicationByApplicationId

      public void setApplicationByApplicationId(Duration applicationByApplicationId)
    • setAdminUrlByTenantId

      public void setAdminUrlByTenantId(Duration adminUrlByTenantId)
    • setByAuthClient

      public void setByAuthClient(Duration byAuthClient)
    • setAncestorAccountCacheByAccountId

      public void setAncestorAccountCacheByAccountId(Duration ancestorAccountCacheByAccountId)
    • setDescendantAccountCacheByAccountId

      public void setDescendantAccountCacheByAccountId(Duration descendantAccountCacheByAccountId)
    • 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