Class GigyaConfigModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class GigyaConfigModel
    extends ItemModel
    Generated model class for type GigyaConfig first defined at extension gigyaservices.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _GIGYACONFIGTOFIELDMAPPING
      Generated relation code constant for relation GigyaConfigToFieldMapping defining source attribute gigyaFieldMappings in extension gigyaservices.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String CODE
      Generated constant - Attribute key of GigyaConfig.code attribute defined at extension gigyaservices.
      static java.lang.String DELETEUSER
      Generated constant - Attribute key of GigyaConfig.deleteUser attribute defined at extension gigyaservices.
      static java.lang.String GIGYAAPIKEY
      Generated constant - Attribute key of GigyaConfig.gigyaApiKey attribute defined at extension gigyaservices.
      static java.lang.String GIGYADATACENTER
      Generated constant - Attribute key of GigyaConfig.gigyaDataCenter attribute defined at extension gigyaservices.
      static java.lang.String GIGYAFIELDMAPPINGS
      Generated constant - Attribute key of GigyaConfig.gigyaFieldMappings attribute defined at extension gigyaservices.
      static java.lang.String GIGYASITESECRET
      Generated constant - Attribute key of GigyaConfig.gigyaSiteSecret attribute defined at extension gigyaservices.
      static java.lang.String GIGYAUSERKEY
      Generated constant - Attribute key of GigyaConfig.gigyaUserKey attribute defined at extension gigyaservices.
      static java.lang.String GIGYAUSERSECRET
      Generated constant - Attribute key of GigyaConfig.gigyaUserSecret attribute defined at extension gigyaservices.
      static java.lang.String MODE
      Generated constant - Attribute key of GigyaConfig.mode attribute defined at extension gigyaservices.
      static java.lang.String SITES
      Generated constant - Attribute key of GigyaConfig.sites attribute defined at extension gigyaloginaddon.
    • Constructor Summary

      Constructors 
      Constructor Description
      GigyaConfigModel()
      Generated constructor - Default constructor for generic creation.
      GigyaConfigModel​(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      GigyaConfigModel​(java.lang.String _gigyaApiKey)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      GigyaConfigModel​(java.lang.String _gigyaApiKey, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _GIGYACONFIGTOFIELDMAPPING

        public static final java.lang.String _GIGYACONFIGTOFIELDMAPPING
        Generated relation code constant for relation GigyaConfigToFieldMapping defining source attribute gigyaFieldMappings in extension gigyaservices.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of GigyaConfig.code attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYAAPIKEY

        public static final java.lang.String GIGYAAPIKEY
        Generated constant - Attribute key of GigyaConfig.gigyaApiKey attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYASITESECRET

        public static final java.lang.String GIGYASITESECRET
        Generated constant - Attribute key of GigyaConfig.gigyaSiteSecret attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYADATACENTER

        public static final java.lang.String GIGYADATACENTER
        Generated constant - Attribute key of GigyaConfig.gigyaDataCenter attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYAUSERSECRET

        public static final java.lang.String GIGYAUSERSECRET
        Generated constant - Attribute key of GigyaConfig.gigyaUserSecret attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYAUSERKEY

        public static final java.lang.String GIGYAUSERKEY
        Generated constant - Attribute key of GigyaConfig.gigyaUserKey attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • DELETEUSER

        public static final java.lang.String DELETEUSER
        Generated constant - Attribute key of GigyaConfig.deleteUser attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Generated constant - Attribute key of GigyaConfig.mode attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • GIGYAFIELDMAPPINGS

        public static final java.lang.String GIGYAFIELDMAPPINGS
        Generated constant - Attribute key of GigyaConfig.gigyaFieldMappings attribute defined at extension gigyaservices.
        See Also:
        Constant Field Values
      • SITES

        public static final java.lang.String SITES
        Generated constant - Attribute key of GigyaConfig.sites attribute defined at extension gigyaloginaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GigyaConfigModel

        public GigyaConfigModel()
        Generated constructor - Default constructor for generic creation.
      • GigyaConfigModel

        public GigyaConfigModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • GigyaConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public GigyaConfigModel​(java.lang.String _gigyaApiKey)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _gigyaApiKey - initial attribute declared by type GigyaConfig at extension gigyaservices
      • GigyaConfigModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public GigyaConfigModel​(java.lang.String _gigyaApiKey,
                                ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _gigyaApiKey - initial attribute declared by type GigyaConfig at extension gigyaservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the GigyaConfig.code attribute defined at extension gigyaservices.
        Returns:
        the code
      • getDeleteUser

        @Accessor(qualifier="deleteUser",
                  type=GETTER)
        public java.lang.Boolean getDeleteUser()
        Generated method - Getter of the GigyaConfig.deleteUser attribute defined at extension gigyaservices.
        Returns:
        the deleteUser
      • getGigyaApiKey

        @Accessor(qualifier="gigyaApiKey",
                  type=GETTER)
        public java.lang.String getGigyaApiKey()
        Generated method - Getter of the GigyaConfig.gigyaApiKey attribute defined at extension gigyaservices.
        Returns:
        the gigyaApiKey
      • getGigyaDataCenter

        @Accessor(qualifier="gigyaDataCenter",
                  type=GETTER)
        public java.lang.String getGigyaDataCenter()
        Generated method - Getter of the GigyaConfig.gigyaDataCenter attribute defined at extension gigyaservices.
        Returns:
        the gigyaDataCenter
      • getGigyaFieldMappings

        @Accessor(qualifier="gigyaFieldMappings",
                  type=GETTER)
        public java.util.Collection<GigyaFieldMappingModel> getGigyaFieldMappings()
        Generated method - Getter of the GigyaConfig.gigyaFieldMappings attribute defined at extension gigyaservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the gigyaFieldMappings
      • getGigyaSiteSecret

        @Accessor(qualifier="gigyaSiteSecret",
                  type=GETTER)
        public java.lang.String getGigyaSiteSecret()
        Generated method - Getter of the GigyaConfig.gigyaSiteSecret attribute defined at extension gigyaservices.
        Returns:
        the gigyaSiteSecret
      • getGigyaUserKey

        @Accessor(qualifier="gigyaUserKey",
                  type=GETTER)
        public java.lang.String getGigyaUserKey()
        Generated method - Getter of the GigyaConfig.gigyaUserKey attribute defined at extension gigyaservices.
        Returns:
        the gigyaUserKey
      • getGigyaUserSecret

        @Accessor(qualifier="gigyaUserSecret",
                  type=GETTER)
        public java.lang.String getGigyaUserSecret()
        Generated method - Getter of the GigyaConfig.gigyaUserSecret attribute defined at extension gigyaservices.
        Returns:
        the gigyaUserSecret
      • getSites

        @Accessor(qualifier="sites",
                  type=GETTER)
        public java.util.Collection<BaseSiteModel> getSites()
        Generated method - Getter of the GigyaConfig.sites attribute defined at extension gigyaloginaddon. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the sites
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of GigyaConfig.code attribute defined at extension gigyaservices.
        Parameters:
        value - the code
      • setDeleteUser

        @Accessor(qualifier="deleteUser",
                  type=SETTER)
        public void setDeleteUser​(java.lang.Boolean value)
        Generated method - Setter of GigyaConfig.deleteUser attribute defined at extension gigyaservices.
        Parameters:
        value - the deleteUser
      • setGigyaApiKey

        @Accessor(qualifier="gigyaApiKey",
                  type=SETTER)
        public void setGigyaApiKey​(java.lang.String value)
        Generated method - Setter of GigyaConfig.gigyaApiKey attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaApiKey
      • setGigyaDataCenter

        @Accessor(qualifier="gigyaDataCenter",
                  type=SETTER)
        public void setGigyaDataCenter​(java.lang.String value)
        Generated method - Setter of GigyaConfig.gigyaDataCenter attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaDataCenter
      • setGigyaFieldMappings

        @Accessor(qualifier="gigyaFieldMappings",
                  type=SETTER)
        public void setGigyaFieldMappings​(java.util.Collection<GigyaFieldMappingModel> value)
        Generated method - Setter of GigyaConfig.gigyaFieldMappings attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaFieldMappings
      • setGigyaSiteSecret

        @Accessor(qualifier="gigyaSiteSecret",
                  type=SETTER)
        public void setGigyaSiteSecret​(java.lang.String value)
        Generated method - Setter of GigyaConfig.gigyaSiteSecret attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaSiteSecret
      • setGigyaUserKey

        @Accessor(qualifier="gigyaUserKey",
                  type=SETTER)
        public void setGigyaUserKey​(java.lang.String value)
        Generated method - Setter of GigyaConfig.gigyaUserKey attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaUserKey
      • setGigyaUserSecret

        @Accessor(qualifier="gigyaUserSecret",
                  type=SETTER)
        public void setGigyaUserSecret​(java.lang.String value)
        Generated method - Setter of GigyaConfig.gigyaUserSecret attribute defined at extension gigyaservices.
        Parameters:
        value - the gigyaUserSecret
      • setSites

        @Accessor(qualifier="sites",
                  type=SETTER)
        public void setSites​(java.util.Collection<BaseSiteModel> value)
        Generated method - Setter of GigyaConfig.sites attribute defined at extension gigyaloginaddon.
        Parameters:
        value - the sites