public interface LoginContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
ConnectOptions |
getConnectOptions()
Gets the ConnectOptions.
|
Credential |
getCredential()
Gets the Credential.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
String |
getServiceName()
Gets the LibraryService name.
|
void |
setConnectOptions(ConnectOptions connectOptions)
Sets the ConnectOptions.
|
void |
setCredential(Credential credential)
Sets the Credential.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setServiceName(String service)
Sets the LibraryService name.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getServiceName() throws IfsException
IfsException
void setServiceName(String service) throws IfsException
IfsException
Credential getCredential() throws IfsException
IfsException
void setCredential(Credential credential) throws IfsException
IfsException
ConnectOptions getConnectOptions() throws IfsException
IfsException
void setConnectOptions(ConnectOptions connectOptions) throws IfsException
IfsException
Copyright © 2023. All rights reserved.