Class GeneratedBasicCredential

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

public abstract class GeneratedBasicCredential extends AbstractCredential
Generated class for type BasicCredential.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBasicCredential

      public GeneratedBasicCredential()
  • Method Details

    • getDefaultAttributeModes

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

      public String getPassword(SessionContext ctx)
      Generated method - Getter of the BasicCredential.password attribute.
      Returns:
      the password - Encrypted Password
    • getPassword

      public String getPassword()
      Generated method - Getter of the BasicCredential.password attribute.
      Returns:
      the password - Encrypted Password
    • setPassword

      public void setPassword(SessionContext ctx, String value)
      Generated method - Setter of the BasicCredential.password attribute.
      Parameters:
      value - the password - Encrypted Password
    • setPassword

      public void setPassword(String value)
      Generated method - Setter of the BasicCredential.password attribute.
      Parameters:
      value - the password - Encrypted Password
    • getUsername

      public String getUsername(SessionContext ctx)
      Generated method - Getter of the BasicCredential.username attribute.
      Returns:
      the username - Username
    • getUsername

      public String getUsername()
      Generated method - Getter of the BasicCredential.username attribute.
      Returns:
      the username - Username
    • setUsername

      public void setUsername(SessionContext ctx, String value)
      Generated method - Setter of the BasicCredential.username attribute.
      Parameters:
      value - the username - Username
    • setUsername

      public void setUsername(String value)
      Generated method - Setter of the BasicCredential.username attribute.
      Parameters:
      value - the username - Username