Class 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 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)
      • isKeepExternalPerson

        public boolean isKeepExternalPerson()
      • setKeepExternalPerson

        public void setKeepExternalPerson​(boolean keepExternalPerson)
      • isLoadSourceUsingSearchLimit

        public boolean isLoadSourceUsingSearchLimit()
      • setLoadSourceUsingSearchLimit

        public void setLoadSourceUsingSearchLimit​(boolean loadSourceUsingSearchLimit)
      • setAttrsMapping

        public void setAttrsMapping​(java.util.List<SimpleDoubleProperty> attrsMapping)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object