@Deprecated public class OMECredentials extends Object
Modifier and Type | Field and Description |
---|---|
long |
imageID
Deprecated.
|
boolean |
isOMERO
Deprecated.
|
String |
password
Deprecated.
|
String |
port
Deprecated.
|
String |
server
Deprecated.
|
String |
username
Deprecated.
|
Constructor and Description |
---|
OMECredentials(String s)
Deprecated.
Get credentials from a string.
|
OMECredentials(String server,
String username,
String password)
Deprecated.
|
public String server
public String port
public String username
public String password
public long imageID
public boolean isOMERO
public OMECredentials(String s)
ip.address?port=54321&username=login&password=secret&id=12345
or:
server=ip.address port=54321 user=login password=secret id=12345Strings are assumed to be encoded with the HTML form encoding scheme, and will be decoded accordingly.
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.