Class GeneratedUserPasswordChangeAudit

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
UserPasswordChangeAudit

public abstract class GeneratedUserPasswordChangeAudit extends AbstractUserAudit
Generated class for type UserPasswordChangeAudit.
See Also:
  • Field Details

    • ENCODEDPASSWORD

      public static final String ENCODEDPASSWORD
      Qualifier of the UserPasswordChangeAudit.encodedPassword attribute
      See Also:
    • PASSWORDENCODING

      public static final String PASSWORDENCODING
      Qualifier of the UserPasswordChangeAudit.passwordEncoding attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedUserPasswordChangeAudit

      public GeneratedUserPasswordChangeAudit()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractUserAudit
    • getEncodedPassword

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

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

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

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

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

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

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

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