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.Serializable
GluuCacheRefreshConfiguration- 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()
int
getCacheSizeLimit()
java.lang.String
getCustomLdapFilter()
java.util.List<org.gluu.model.SimpleProperty>
getObjectClasses()
int
getSnapshotsCount()
java.lang.String
getSnapshotsFolder()
java.util.List<org.gluu.model.SimpleProperty>
getSourceAttributes()
CacheRefreshUpdateMethod
getUpdateMethod()
boolean
isKeepExternalPerson()
boolean
isLoadSourceUsingSearchLimit()
void
setAttrs(java.util.List<org.gluu.model.SimpleProperty> attrs)
void
setAttrsMapping(java.util.List<SimpleDoubleProperty> attrsMapping)
void
setCacheSizeLimit(int cacheSizeLimit)
void
setCustomLdapFilter(java.lang.String customLdapFilter)
void
setKeepExternalPerson(boolean keepExternalPerson)
void
setLoadSourceUsingSearchLimit(boolean loadSourceUsingSearchLimit)
void
setObjectClasses(java.util.List<org.gluu.model.SimpleProperty> objectClasses)
void
setSnapshotsCount(int snapshotsCount)
void
setSnapshotsFolder(java.lang.String snapshotsFolder)
void
setSourceAttributes(java.util.List<org.gluu.model.SimpleProperty> sourceAttributes)
void
setUpdateMethod(CacheRefreshUpdateMethod updateMethod)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-