Class AuthCacheProperties
java.lang.Object
com.broadleafcommerce.auth.cache.autoconfigure.AuthCacheProperties
Properties that influence cache settings for the auth service
- Author:
- Jeff Fischer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAccountInheritanceLineCacheByAccountId
(Duration accountInheritanceLineCacheByAccountId) void
setAdminUrlByTenantId
(Duration adminUrlByTenantId) void
setAncestorAccountCacheByAccountId
(Duration ancestorAccountCacheByAccountId) void
setApplicationByApplicationId
(Duration applicationByApplicationId) void
setApplicationUrlByApplicationId
(Duration applicationUrlByApplicationId) void
setByAuthClient
(Duration byAuthClient) void
setByScopeNames
(Duration byScopeNames) void
setByScopeNamesPermissions
(Duration byScopeNamesPermissions) void
setByServerId
(Duration byServerId) void
setDescendantAccountCacheByAccountId
(Duration descendantAccountCacheByAccountId) toString()
-
Constructor Details
-
AuthCacheProperties
public AuthCacheProperties()
-
-
Method Details
-
getByServerId
-
getByScopeNames
-
getByScopeNamesPermissions
-
getApplicationUrlByApplicationId
-
getApplicationByApplicationId
-
getAdminUrlByTenantId
-
getByAuthClient
-
getAncestorAccountCacheByAccountId
-
getDescendantAccountCacheByAccountId
-
getAccountInheritanceLineCacheByAccountId
-
setByServerId
-
setByScopeNames
-
setByScopeNamesPermissions
-
setApplicationUrlByApplicationId
-
setApplicationByApplicationId
-
setAdminUrlByTenantId
-
setByAuthClient
-
setAncestorAccountCacheByAccountId
-
setDescendantAccountCacheByAccountId
-
setAccountInheritanceLineCacheByAccountId
public void setAccountInheritanceLineCacheByAccountId(Duration accountInheritanceLineCacheByAccountId) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-