Interface Credentials


@NoImplement @MinMuleVersion("4.5.0") public interface Credentials
Credentials holds credentials information for a user.
Since:
1.0
  • Method Details

    • getUsername

      String getUsername()
      Returns:
      the username for this Credentials
    • getPassword

      char[] getPassword()
      Returns:
      the password for this Credentials
    • getRoles

      Object getRoles()
      Returns:
      the supported roles for this Credentials