Class GeneratedForgottenPasswordProcess

    • Field Detail

      • TOKEN

        public static final java.lang.String TOKEN
        Qualifier of the ForgottenPasswordProcess.token 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

      • GeneratedForgottenPasswordProcess

        public GeneratedForgottenPasswordProcess()
    • Method Detail

      • getToken

        public java.lang.String getToken​(SessionContext ctx)
        Generated method - Getter of the ForgottenPasswordProcess.token attribute.
        Returns:
        the token - Attribute contains token that is used in this process.
      • getToken

        public java.lang.String getToken()
        Generated method - Getter of the ForgottenPasswordProcess.token attribute.
        Returns:
        the token - Attribute contains token that is used in this process.
      • setToken

        public void setToken​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the ForgottenPasswordProcess.token attribute.
        Parameters:
        value - the token - Attribute contains token that is used in this process.
      • setToken

        public void setToken​(java.lang.String value)
        Generated method - Setter of the ForgottenPasswordProcess.token attribute.
        Parameters:
        value - the token - Attribute contains token that is used in this process.