Class StaticIdentity


  • public class StaticIdentity
    extends Object
    A single static identity used for basic authentication.
    Author:
    eric.wittmann@redhat.com
    • Constructor Detail

      • StaticIdentity

        public StaticIdentity()
        Constructor.
    • Method Detail

      • getIsHash

        public boolean getIsHash()
        Returns:
        the isHash
      • setIsHash

        public void setIsHash​(boolean isHash)
        Parameters:
        isHash - the isHash to set
      • getUsername

        public String getUsername()
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Parameters:
        username - the username to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set