Class GluuCacheRefreshConfiguration
- java.lang.Object
-
- org.gluu.oxtrust.ldap.cache.model.GluuCacheRefreshConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
public class GluuCacheRefreshConfiguration extends java.lang.Object implements java.io.SerializableGluuCacheRefreshConfiguration- Author:
- Yuriy Movchan Date: 07.29.2011
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GluuCacheRefreshConfiguration()GluuCacheRefreshConfiguration(java.util.List<org.gluu.model.SimpleProperty> attrs, java.util.List<org.gluu.model.SimpleProperty> objectClasses, java.util.List<org.gluu.model.SimpleProperty> sourceAttributes, java.lang.String customLdapFilter, java.lang.String snapshotsFolder, int snapshotsCount, int cacheSizeLimit, CacheRefreshUpdateMethod updateMethod, boolean keepExternalPerson, boolean loadSourceUsingSearchLimit, java.util.List<SimpleDoubleProperty> attrsMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.gluu.model.SimpleProperty>getAttrs()java.util.List<SimpleDoubleProperty>getAttrsMapping()intgetCacheSizeLimit()java.lang.StringgetCustomLdapFilter()java.util.List<org.gluu.model.SimpleProperty>getObjectClasses()intgetSnapshotsCount()java.lang.StringgetSnapshotsFolder()java.util.List<org.gluu.model.SimpleProperty>getSourceAttributes()CacheRefreshUpdateMethodgetUpdateMethod()booleanisKeepExternalPerson()booleanisLoadSourceUsingSearchLimit()voidsetAttrs(java.util.List<org.gluu.model.SimpleProperty> attrs)voidsetAttrsMapping(java.util.List<SimpleDoubleProperty> attrsMapping)voidsetCacheSizeLimit(int cacheSizeLimit)voidsetCustomLdapFilter(java.lang.String customLdapFilter)voidsetKeepExternalPerson(boolean keepExternalPerson)voidsetLoadSourceUsingSearchLimit(boolean loadSourceUsingSearchLimit)voidsetObjectClasses(java.util.List<org.gluu.model.SimpleProperty> objectClasses)voidsetSnapshotsCount(int snapshotsCount)voidsetSnapshotsFolder(java.lang.String snapshotsFolder)voidsetSourceAttributes(java.util.List<org.gluu.model.SimpleProperty> sourceAttributes)voidsetUpdateMethod(CacheRefreshUpdateMethod updateMethod)java.lang.StringtoString()
-
-
-
Constructor Detail
-
GluuCacheRefreshConfiguration
public GluuCacheRefreshConfiguration()
-
GluuCacheRefreshConfiguration
public GluuCacheRefreshConfiguration(java.util.List<org.gluu.model.SimpleProperty> attrs, java.util.List<org.gluu.model.SimpleProperty> objectClasses, java.util.List<org.gluu.model.SimpleProperty> sourceAttributes, java.lang.String customLdapFilter, java.lang.String snapshotsFolder, int snapshotsCount, int cacheSizeLimit, CacheRefreshUpdateMethod updateMethod, boolean keepExternalPerson, boolean loadSourceUsingSearchLimit, java.util.List<SimpleDoubleProperty> attrsMapping)
-
-
Method Detail
-
getAttrs
public java.util.List<org.gluu.model.SimpleProperty> getAttrs()
-
setAttrs
public void setAttrs(java.util.List<org.gluu.model.SimpleProperty> attrs)
-
getObjectClasses
public java.util.List<org.gluu.model.SimpleProperty> getObjectClasses()
-
setObjectClasses
public void setObjectClasses(java.util.List<org.gluu.model.SimpleProperty> objectClasses)
-
getSourceAttributes
public java.util.List<org.gluu.model.SimpleProperty> getSourceAttributes()
-
setSourceAttributes
public void setSourceAttributes(java.util.List<org.gluu.model.SimpleProperty> sourceAttributes)
-
getCustomLdapFilter
public java.lang.String getCustomLdapFilter()
-
setCustomLdapFilter
public void setCustomLdapFilter(java.lang.String customLdapFilter)
-
getSnapshotsFolder
public java.lang.String getSnapshotsFolder()
-
setSnapshotsFolder
public void setSnapshotsFolder(java.lang.String snapshotsFolder)
-
getSnapshotsCount
public int getSnapshotsCount()
-
setSnapshotsCount
public void setSnapshotsCount(int snapshotsCount)
-
getCacheSizeLimit
public int getCacheSizeLimit()
-
setCacheSizeLimit
public void setCacheSizeLimit(int cacheSizeLimit)
-
getUpdateMethod
public CacheRefreshUpdateMethod getUpdateMethod()
-
setUpdateMethod
public void setUpdateMethod(CacheRefreshUpdateMethod updateMethod)
-
isKeepExternalPerson
public boolean isKeepExternalPerson()
-
setKeepExternalPerson
public void setKeepExternalPerson(boolean keepExternalPerson)
-
isLoadSourceUsingSearchLimit
public boolean isLoadSourceUsingSearchLimit()
-
setLoadSourceUsingSearchLimit
public void setLoadSourceUsingSearchLimit(boolean loadSourceUsingSearchLimit)
-
getAttrsMapping
public java.util.List<SimpleDoubleProperty> getAttrsMapping()
-
setAttrsMapping
public void setAttrsMapping(java.util.List<SimpleDoubleProperty> attrsMapping)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-