Uses of Class
com.amilesend.tmdb.client.connection.auth.SessionException
Packages that use SessionException
-
Uses of SessionException in com.amilesend.tmdb.client.connection.auth
Methods in com.amilesend.tmdb.client.connection.auth that throw SessionExceptionModifier and TypeMethodDescriptionvoid
RequestTokenGrantReceiver.close()
Closes the HTTP server resource.void
GuestSessionManager.deleteSession()
Deletes the created guest session.void
SessionManager.deleteSession()
Deletes the created session.GuestSessionManager.registerNewSession()
Authenticates with TMDB to allow for user grant approvals to access account information.SessionManager.registerNewSession()
Authenticates with TMDB to allow for user grant approvals to access account information.<T> T
RequestTokenGrantReceiver.start()
Starts the HTTP server to handle OAuth callbacks.void
RequestTokenGrantReceiver.stop()
Stops the running HTTP server.boolean
RequestTokenGrantCallback.waitForApprovalStatus()
Blocks until the server receives a request token auth grant approval, or when the lock is explicitly released (e.g., shutdown).boolean
RequestTokenGrantReceiver.waitForApprovalStatus()
Blocks until the server receives a request token grant approval, or when the server is stopped byRequestTokenGrantReceiver.stop()
.