public final class Anonymous extends Object implements Login
A Login for anonymous sessions if your YouTrack supports it (ie. the
"guest" user is not banned).
Calling session() on an AnonymousLogin is
guaranteed to always succeed.
public Anonymous(URL youtrackUrl)
youtrackUrl - the YouTrack API's url.public Session session() throws AuthenticationException, IOException
Loginsession in interface LoginAuthenticationException - if the login process fails due to invalid
credentialsIOException - if the YouTrack endpoint is unreachableCopyright © 2017–2018 George Aristy. All rights reserved.