public class OMEROCredentials extends Object implements JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
OMEROCredentials() |
OMEROCredentials(OMEROCredentials other) |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
getCredentials()
Converts the credentials into a SciJava OMERO location
|
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
PasswordParameter |
getPassword() |
String |
getServer() |
String |
getUserName() |
void |
setPassword(PasswordParameter password) |
void |
setServer(String server) |
void |
setUserName(String userName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public OMEROCredentials()
public OMEROCredentials(OMEROCredentials other)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public String getServer()
public void setServer(String server)
public String getUserName()
public void setUserName(String userName)
public PasswordParameter getPassword()
public void setPassword(PasswordParameter password)
public LoginCredentials getCredentials()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.