Package de.theit.jenkins.crowd
Class CrowdSecurityRealm.CacheConfiguration
java.lang.Object
hudson.model.AbstractDescribableImpl<CrowdSecurityRealm.CacheConfiguration>
de.theit.jenkins.crowd.CrowdSecurityRealm.CacheConfiguration
- All Implemented Interfaces:
Describable<CrowdSecurityRealm.CacheConfiguration>
- Enclosing class:
CrowdSecurityRealm
public static class CrowdSecurityRealm.CacheConfiguration
extends AbstractDescribableImpl<CrowdSecurityRealm.CacheConfiguration>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
CacheConfiguration
@DataBoundConstructor public CacheConfiguration(int size, int ttl, boolean useTokenCache)
-
-
Method Details
-
getSize
public int getSize()- Returns:
- the cache size
-
getTtl
public int getTtl()- Returns:
- the cache TTL
-
getUseTokenCache
public boolean getUseTokenCache()- Returns:
- the value of useTokenCache
-