Class Credentials


  • public class Credentials
    extends Object
    Credentials represents the characteristics of a user needed to log him
    • Constructor Detail

      • Credentials

        public Credentials​(String login)
        Create credentials
        Parameters:
        login - Login of the user
    • Method Detail

      • getLogin

        public String getLogin()
        Returns the login. Can not be null.
        Returns:
        the login