public interface Login
Performs the login.
YouTrack supports different authentication strategies (username/password, token,
etc.), hence it's up to implementations to know what to do with
login().
UsernamePassword,
AnonymousLogin| Modifier and Type | Method and Description |
|---|---|
Session |
login()
Performs the login function and returns a
Session with sufficient
state to allow further transactions with YouTrack. |
Session login() throws AuthenticationException, IOException
Session with sufficient
state to allow further transactions with YouTrack.AuthenticationException - if the login process fails due to invalid
credentialsIOException - if the YouTrack endpoint is unreachableCopyright © 2017–2018 George Aristy. All rights reserved.