See: Description
| Interface | Description |
|---|---|
| Cookie |
An HTTP cookie held by the user's
Session. |
| Login |
Performs the
login. |
| Session |
A
Session object encapsulates all the state required for conducting
further transactions with the remote YouTrack API. |
| Class | Description |
|---|---|
| AnonymousLogin |
A
Login for anonymous sessions if your YouTrack supports it (ie. |
| DefaultCookie |
Default implementation of
Cookie. |
| PermanentTokenLogin |
A
Login that makes use of YouTrack's permanent tokens feature to authorize
3rd party application integrations. |
| UsernamePasswordLogin |
A login for the simple username/password use case.
|
| Exception | Description |
|---|---|
| AuthenticationException |
Signals an error with the credentials that were provided.
|
| UnauthorizedException |
Signals that the attempted action is forbidden for the current user
session. |
Collection of APIs necessary to create sessions with YouTrack.
Use the Login interface to obtain
a Session that you can then use
to access other functions of this library.
UsernamePasswordLogin,
AnonymousLogin,
PermanentTokenLoginCopyright © 2017 George Aristy. All rights reserved.