Class GeneratedUserPasswordChangeAudit

    • Field Detail

      • ENCODEDPASSWORD

        public static final java.lang.String ENCODEDPASSWORD
        Qualifier of the UserPasswordChangeAudit.encodedPassword attribute
        See Also:
        Constant Field Values
      • PASSWORDENCODING

        public static final java.lang.String PASSWORDENCODING
        Qualifier of the UserPasswordChangeAudit.passwordEncoding 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

      • GeneratedUserPasswordChangeAudit

        public GeneratedUserPasswordChangeAudit()
    • Method Detail

      • getEncodedPassword

        public java.lang.String getEncodedPassword​(SessionContext ctx)
        Generated method - Getter of the UserPasswordChangeAudit.encodedPassword attribute.
        Returns:
        the encodedPassword
      • getEncodedPassword

        public java.lang.String getEncodedPassword()
        Generated method - Getter of the UserPasswordChangeAudit.encodedPassword attribute.
        Returns:
        the encodedPassword
      • setEncodedPassword

        protected void setEncodedPassword​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the UserPasswordChangeAudit.encodedPassword attribute.
        Parameters:
        value - the encodedPassword
      • setEncodedPassword

        protected void setEncodedPassword​(java.lang.String value)
        Generated method - Setter of the UserPasswordChangeAudit.encodedPassword attribute.
        Parameters:
        value - the encodedPassword
      • getPasswordEncoding

        public java.lang.String getPasswordEncoding​(SessionContext ctx)
        Generated method - Getter of the UserPasswordChangeAudit.passwordEncoding attribute.
        Returns:
        the passwordEncoding
      • getPasswordEncoding

        public java.lang.String getPasswordEncoding()
        Generated method - Getter of the UserPasswordChangeAudit.passwordEncoding attribute.
        Returns:
        the passwordEncoding
      • setPasswordEncoding

        public void setPasswordEncoding​(SessionContext ctx,
                                        java.lang.String value)
        Generated method - Setter of the UserPasswordChangeAudit.passwordEncoding attribute.
        Parameters:
        value - the passwordEncoding
      • setPasswordEncoding

        public void setPasswordEncoding​(java.lang.String value)
        Generated method - Setter of the UserPasswordChangeAudit.passwordEncoding attribute.
        Parameters:
        value - the passwordEncoding