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 TypeMethodDescriptionvoidRequestTokenGrantReceiver.close()Closes the HTTP server resource.voidGuestSessionManager.deleteSession()Deletes the created guest session.voidSessionManager.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> TRequestTokenGrantReceiver.start()Starts the HTTP server to handle OAuth callbacks.voidRequestTokenGrantReceiver.stop()Stops the running HTTP server.booleanRequestTokenGrantCallback.waitForApprovalStatus()Blocks until the server receives a request token auth grant approval, or when the lock is explicitly released (e.g., shutdown).booleanRequestTokenGrantReceiver.waitForApprovalStatus()Blocks until the server receives a request token grant approval, or when the server is stopped byRequestTokenGrantReceiver.stop().