Class GeneratedAbstractGigyaComponent

    • Field Detail

      • SHOWANONYMOUS

        public static final java.lang.String SHOWANONYMOUS
        Qualifier of the AbstractGigyaComponent.showAnonymous attribute
        See Also:
        Constant Field Values
      • SHOWLOGGEDIN

        public static final java.lang.String SHOWLOGGEDIN
        Qualifier of the AbstractGigyaComponent.showLoggedIn 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

      • GeneratedAbstractGigyaComponent

        public GeneratedAbstractGigyaComponent()
    • Method Detail

      • isShowAnonymous

        public java.lang.Boolean isShowAnonymous​(SessionContext ctx)
        Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute.
        Returns:
        the showAnonymous - Should this be shown to an anonymous user
      • isShowAnonymous

        public java.lang.Boolean isShowAnonymous()
        Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute.
        Returns:
        the showAnonymous - Should this be shown to an anonymous user
      • isShowAnonymousAsPrimitive

        public boolean isShowAnonymousAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute.
        Returns:
        the showAnonymous - Should this be shown to an anonymous user
      • isShowAnonymousAsPrimitive

        public boolean isShowAnonymousAsPrimitive()
        Generated method - Getter of the AbstractGigyaComponent.showAnonymous attribute.
        Returns:
        the showAnonymous - Should this be shown to an anonymous user
      • setShowAnonymous

        public void setShowAnonymous​(SessionContext ctx,
                                     java.lang.Boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showAnonymous attribute.
        Parameters:
        value - the showAnonymous - Should this be shown to an anonymous user
      • setShowAnonymous

        public void setShowAnonymous​(java.lang.Boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showAnonymous attribute.
        Parameters:
        value - the showAnonymous - Should this be shown to an anonymous user
      • setShowAnonymous

        public void setShowAnonymous​(SessionContext ctx,
                                     boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showAnonymous attribute.
        Parameters:
        value - the showAnonymous - Should this be shown to an anonymous user
      • setShowAnonymous

        public void setShowAnonymous​(boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showAnonymous attribute.
        Parameters:
        value - the showAnonymous - Should this be shown to an anonymous user
      • isShowLoggedIn

        public java.lang.Boolean isShowLoggedIn​(SessionContext ctx)
        Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute.
        Returns:
        the showLoggedIn - Should this be shown to a logged in user
      • isShowLoggedIn

        public java.lang.Boolean isShowLoggedIn()
        Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute.
        Returns:
        the showLoggedIn - Should this be shown to a logged in user
      • isShowLoggedInAsPrimitive

        public boolean isShowLoggedInAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute.
        Returns:
        the showLoggedIn - Should this be shown to a logged in user
      • isShowLoggedInAsPrimitive

        public boolean isShowLoggedInAsPrimitive()
        Generated method - Getter of the AbstractGigyaComponent.showLoggedIn attribute.
        Returns:
        the showLoggedIn - Should this be shown to a logged in user
      • setShowLoggedIn

        public void setShowLoggedIn​(SessionContext ctx,
                                    java.lang.Boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showLoggedIn attribute.
        Parameters:
        value - the showLoggedIn - Should this be shown to a logged in user
      • setShowLoggedIn

        public void setShowLoggedIn​(java.lang.Boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showLoggedIn attribute.
        Parameters:
        value - the showLoggedIn - Should this be shown to a logged in user
      • setShowLoggedIn

        public void setShowLoggedIn​(SessionContext ctx,
                                    boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showLoggedIn attribute.
        Parameters:
        value - the showLoggedIn - Should this be shown to a logged in user
      • setShowLoggedIn

        public void setShowLoggedIn​(boolean value)
        Generated method - Setter of the AbstractGigyaComponent.showLoggedIn attribute.
        Parameters:
        value - the showLoggedIn - Should this be shown to a logged in user