public class LoginCredentials extends Object
Constructor and Description |
---|
LoginCredentials()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
float |
getCompression()
Returns the compression level.
|
long |
getGroupID()
Returns the OMERO group identifier.
|
ServerInformation |
getServer()
Returns the server information.
|
UserCredentials |
getUser()
Returns the credentials.
|
boolean |
isCheckNetwork() |
boolean |
isEncryption() |
void |
setApplicationName(String applicationName)
Set the application name
|
void |
setCheckNetwork(boolean checkNetwork)
Enable/Disable network checks
|
void |
setCompression(float compression)
Sets the compression level
|
void |
setEncryption(boolean encryption)
Enable/Disable encryption
|
void |
setGroupID(long groupID)
Sets the groupID to use for the connection
|
public boolean isEncryption()
public void setEncryption(boolean encryption)
encryption
- See abovepublic boolean isCheckNetwork()
public void setCheckNetwork(boolean checkNetwork)
checkNetwork
- See abovepublic float getCompression()
public void setCompression(float compression)
compression
- See abovepublic String getApplicationName()
public void setApplicationName(String applicationName)
applicationName
- See abovepublic UserCredentials getUser()
UserCredentials
public ServerInformation getServer()
ServerInformation
public long getGroupID()
public void setGroupID(long groupID)
groupID
-
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.