Package com.broadleafcommerce.auth.cache
Class AuthCacheProperties
java.lang.Object
com.broadleafcommerce.auth.cache.AuthCacheProperties
Properties that influence cache settings for the auth service
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetAdminUrlByTenantId(Duration adminUrlByTenantId) voidsetAncestorAccountCacheByAccountId(Duration ancestorAccountCacheByAccountId) voidsetApplicationByApplicationId(Duration applicationByApplicationId) voidsetApplicationUrlByApplicationId(Duration applicationUrlByApplicationId) voidsetByAuthClient(Duration byAuthClient) voidsetByScopeNames(Duration byScopeNames) voidsetByScopeNamesPermissions(Duration byScopeNamesPermissions) voidsetByServerId(Duration byServerId) voidsetDescendantAccountCacheByAccountId(Duration descendantAccountCacheByAccountId) toString()
-
Constructor Details
-
AuthCacheProperties
public AuthCacheProperties()
-
-
Method Details
-
getByServerId
-
getByScopeNames
-
getByScopeNamesPermissions
-
getApplicationUrlByApplicationId
-
getApplicationByApplicationId
-
getAdminUrlByTenantId
-
getByAuthClient
-
getAncestorAccountCacheByAccountId
-
getDescendantAccountCacheByAccountId
-
setByServerId
-
setByScopeNames
-
setByScopeNamesPermissions
-
setApplicationUrlByApplicationId
-
setApplicationByApplicationId
-
setAdminUrlByTenantId
-
setByAuthClient
-
setAncestorAccountCacheByAccountId
-
setDescendantAccountCacheByAccountId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-