Class GeneratedBasicCredential

    • Field Detail

      • USERNAME

        public static final java.lang.String USERNAME
        Qualifier of the BasicCredential.username attribute
        See Also:
        Constant Field Values
      • PASSWORD

        public static final java.lang.String PASSWORD
        Qualifier of the BasicCredential.password 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

      • GeneratedBasicCredential

        public GeneratedBasicCredential()
    • Method Detail

      • getPassword

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

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

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

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

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

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

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

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