public class OMECredentials extends Object
Modifier and Type | Field and Description |
---|---|
long |
imageID |
boolean |
isOMERO |
String |
password |
String |
port |
String |
server |
String |
username |
Constructor and Description |
---|
OMECredentials(String s)
Get credentials from a string.
|
OMECredentials(String server,
String username,
String password) |
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.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.