Package com.broadleafcommerce.auth.cache
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 Summary
Constructors Constructor Description AuthCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Duration
getAdminUrlByTenantId()
Duration
getApplicationUrlByApplicationId()
Duration
getByScopeNames()
Duration
getByScopeNamesPermissions()
Duration
getByServerId()
int
hashCode()
void
setAdminUrlByTenantId(Duration adminUrlByTenantId)
void
setApplicationUrlByApplicationId(Duration applicationUrlByApplicationId)
void
setByScopeNames(Duration byScopeNames)
void
setByScopeNamesPermissions(Duration byScopeNamesPermissions)
void
setByServerId(Duration byServerId)
String
toString()
-
-
-
Method Detail
-
getByServerId
public Duration getByServerId()
-
getByScopeNames
public Duration getByScopeNames()
-
getByScopeNamesPermissions
public Duration getByScopeNamesPermissions()
-
getApplicationUrlByApplicationId
public Duration getApplicationUrlByApplicationId()
-
getAdminUrlByTenantId
public Duration getAdminUrlByTenantId()
-
setByServerId
public void setByServerId(Duration byServerId)
-
setByScopeNames
public void setByScopeNames(Duration byScopeNames)
-
setByScopeNamesPermissions
public void setByScopeNamesPermissions(Duration byScopeNamesPermissions)
-
setApplicationUrlByApplicationId
public void setApplicationUrlByApplicationId(Duration applicationUrlByApplicationId)
-
setAdminUrlByTenantId
public void setAdminUrlByTenantId(Duration adminUrlByTenantId)
-
canEqual
protected boolean canEqual(Object other)
-
-