Uses of Class
us.kbase.common.service.UnauthorizedException
-
Packages that use UnauthorizedException Package Description us.kbase.workspace -
-
Uses of UnauthorizedException in us.kbase.workspace
Constructors in us.kbase.workspace that throw UnauthorizedException Constructor Description WorkspaceClient(java.lang.String user, java.lang.String password)Constructs a client with the default URL.WorkspaceClient(java.net.URL url, java.lang.String user, java.lang.String password)Constructs a client with a custom URL.WorkspaceClient(java.net.URL url, java.lang.String user, java.lang.String password, java.net.URL auth)Constructs a client with a custom URL and a custom authorization service URL.WorkspaceClient(java.net.URL url, us.kbase.auth.AuthToken token)Constructs a client with a custom URL.WorkspaceClient(us.kbase.auth.AuthToken token)Constructs a client with the default URL.
-