Class GeneratedGigyaConfig

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the GigyaConfig.code attribute
        See Also:
        Constant Field Values
      • GIGYAAPIKEY

        public static final java.lang.String GIGYAAPIKEY
        Qualifier of the GigyaConfig.gigyaApiKey attribute
        See Also:
        Constant Field Values
      • GIGYASITESECRET

        public static final java.lang.String GIGYASITESECRET
        Qualifier of the GigyaConfig.gigyaSiteSecret attribute
        See Also:
        Constant Field Values
      • GIGYADATACENTER

        public static final java.lang.String GIGYADATACENTER
        Qualifier of the GigyaConfig.gigyaDataCenter attribute
        See Also:
        Constant Field Values
      • GIGYAUSERSECRET

        public static final java.lang.String GIGYAUSERSECRET
        Qualifier of the GigyaConfig.gigyaUserSecret attribute
        See Also:
        Constant Field Values
      • GIGYAUSERKEY

        public static final java.lang.String GIGYAUSERKEY
        Qualifier of the GigyaConfig.gigyaUserKey attribute
        See Also:
        Constant Field Values
      • DELETEUSER

        public static final java.lang.String DELETEUSER
        Qualifier of the GigyaConfig.deleteUser attribute
        See Also:
        Constant Field Values
      • MODE

        public static final java.lang.String MODE
        Qualifier of the GigyaConfig.mode attribute
        See Also:
        Constant Field Values
      • GIGYAFIELDMAPPINGS

        public static final java.lang.String GIGYAFIELDMAPPINGS
        Qualifier of the GigyaConfig.gigyaFieldMappings attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedGigyaConfig

        public GeneratedGigyaConfig()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the GigyaConfig.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the GigyaConfig.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.code attribute.
        Parameters:
        value - the code
      • isDeleteUser

        public java.lang.Boolean isDeleteUser​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.deleteUser attribute.
        Returns:
        the deleteUser
      • isDeleteUser

        public java.lang.Boolean isDeleteUser()
        Generated method - Getter of the GigyaConfig.deleteUser attribute.
        Returns:
        the deleteUser
      • isDeleteUserAsPrimitive

        public boolean isDeleteUserAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.deleteUser attribute.
        Returns:
        the deleteUser
      • isDeleteUserAsPrimitive

        public boolean isDeleteUserAsPrimitive()
        Generated method - Getter of the GigyaConfig.deleteUser attribute.
        Returns:
        the deleteUser
      • setDeleteUser

        public void setDeleteUser​(SessionContext ctx,
                                  java.lang.Boolean value)
        Generated method - Setter of the GigyaConfig.deleteUser attribute.
        Parameters:
        value - the deleteUser
      • setDeleteUser

        public void setDeleteUser​(java.lang.Boolean value)
        Generated method - Setter of the GigyaConfig.deleteUser attribute.
        Parameters:
        value - the deleteUser
      • setDeleteUser

        public void setDeleteUser​(SessionContext ctx,
                                  boolean value)
        Generated method - Setter of the GigyaConfig.deleteUser attribute.
        Parameters:
        value - the deleteUser
      • setDeleteUser

        public void setDeleteUser​(boolean value)
        Generated method - Setter of the GigyaConfig.deleteUser attribute.
        Parameters:
        value - the deleteUser
      • getGigyaApiKey

        public java.lang.String getGigyaApiKey​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaApiKey attribute.
        Returns:
        the gigyaApiKey
      • getGigyaApiKey

        public java.lang.String getGigyaApiKey()
        Generated method - Getter of the GigyaConfig.gigyaApiKey attribute.
        Returns:
        the gigyaApiKey
      • setGigyaApiKey

        public void setGigyaApiKey​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaApiKey attribute.
        Parameters:
        value - the gigyaApiKey
      • setGigyaApiKey

        public void setGigyaApiKey​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaApiKey attribute.
        Parameters:
        value - the gigyaApiKey
      • getGigyaDataCenter

        public java.lang.String getGigyaDataCenter​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaDataCenter attribute.
        Returns:
        the gigyaDataCenter
      • getGigyaDataCenter

        public java.lang.String getGigyaDataCenter()
        Generated method - Getter of the GigyaConfig.gigyaDataCenter attribute.
        Returns:
        the gigyaDataCenter
      • setGigyaDataCenter

        public void setGigyaDataCenter​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaDataCenter attribute.
        Parameters:
        value - the gigyaDataCenter
      • setGigyaDataCenter

        public void setGigyaDataCenter​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaDataCenter attribute.
        Parameters:
        value - the gigyaDataCenter
      • getGigyaFieldMappings

        public java.util.Collection<GigyaFieldMapping> getGigyaFieldMappings​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaFieldMappings attribute.
        Returns:
        the gigyaFieldMappings
      • getGigyaFieldMappings

        public java.util.Collection<GigyaFieldMapping> getGigyaFieldMappings()
        Generated method - Getter of the GigyaConfig.gigyaFieldMappings attribute.
        Returns:
        the gigyaFieldMappings
      • setGigyaFieldMappings

        public void setGigyaFieldMappings​(SessionContext ctx,
                                          java.util.Collection<GigyaFieldMapping> value)
        Generated method - Setter of the GigyaConfig.gigyaFieldMappings attribute.
        Parameters:
        value - the gigyaFieldMappings
      • setGigyaFieldMappings

        public void setGigyaFieldMappings​(java.util.Collection<GigyaFieldMapping> value)
        Generated method - Setter of the GigyaConfig.gigyaFieldMappings attribute.
        Parameters:
        value - the gigyaFieldMappings
      • addToGigyaFieldMappings

        public void addToGigyaFieldMappings​(SessionContext ctx,
                                            GigyaFieldMapping value)
        Generated method - Adds value to gigyaFieldMappings.
        Parameters:
        value - the item to add to gigyaFieldMappings
      • addToGigyaFieldMappings

        public void addToGigyaFieldMappings​(GigyaFieldMapping value)
        Generated method - Adds value to gigyaFieldMappings.
        Parameters:
        value - the item to add to gigyaFieldMappings
      • removeFromGigyaFieldMappings

        public void removeFromGigyaFieldMappings​(SessionContext ctx,
                                                 GigyaFieldMapping value)
        Generated method - Removes value from gigyaFieldMappings.
        Parameters:
        value - the item to remove from gigyaFieldMappings
      • removeFromGigyaFieldMappings

        public void removeFromGigyaFieldMappings​(GigyaFieldMapping value)
        Generated method - Removes value from gigyaFieldMappings.
        Parameters:
        value - the item to remove from gigyaFieldMappings
      • getGigyaSiteSecret

        public java.lang.String getGigyaSiteSecret​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaSiteSecret attribute.
        Returns:
        the gigyaSiteSecret
      • getGigyaSiteSecret

        public java.lang.String getGigyaSiteSecret()
        Generated method - Getter of the GigyaConfig.gigyaSiteSecret attribute.
        Returns:
        the gigyaSiteSecret
      • setGigyaSiteSecret

        public void setGigyaSiteSecret​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaSiteSecret attribute.
        Parameters:
        value - the gigyaSiteSecret
      • setGigyaSiteSecret

        public void setGigyaSiteSecret​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaSiteSecret attribute.
        Parameters:
        value - the gigyaSiteSecret
      • getGigyaUserKey

        public java.lang.String getGigyaUserKey​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaUserKey attribute.
        Returns:
        the gigyaUserKey
      • getGigyaUserKey

        public java.lang.String getGigyaUserKey()
        Generated method - Getter of the GigyaConfig.gigyaUserKey attribute.
        Returns:
        the gigyaUserKey
      • setGigyaUserKey

        public void setGigyaUserKey​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaUserKey attribute.
        Parameters:
        value - the gigyaUserKey
      • setGigyaUserKey

        public void setGigyaUserKey​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaUserKey attribute.
        Parameters:
        value - the gigyaUserKey
      • getGigyaUserSecret

        public java.lang.String getGigyaUserSecret​(SessionContext ctx)
        Generated method - Getter of the GigyaConfig.gigyaUserSecret attribute.
        Returns:
        the gigyaUserSecret
      • getGigyaUserSecret

        public java.lang.String getGigyaUserSecret()
        Generated method - Getter of the GigyaConfig.gigyaUserSecret attribute.
        Returns:
        the gigyaUserSecret
      • setGigyaUserSecret

        public void setGigyaUserSecret​(SessionContext ctx,
                                       java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaUserSecret attribute.
        Parameters:
        value - the gigyaUserSecret
      • setGigyaUserSecret

        public void setGigyaUserSecret​(java.lang.String value)
        Generated method - Setter of the GigyaConfig.gigyaUserSecret attribute.
        Parameters:
        value - the gigyaUserSecret
      • getMode

        public EnumerationValue getMode()
        Generated method - Getter of the GigyaConfig.mode attribute.
        Returns:
        the mode
      • setMode

        public void setMode​(SessionContext ctx,
                            EnumerationValue value)
        Generated method - Setter of the GigyaConfig.mode attribute.
        Parameters:
        value - the mode
      • setMode

        public void setMode​(EnumerationValue value)
        Generated method - Setter of the GigyaConfig.mode attribute.
        Parameters:
        value - the mode