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.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString getServiceName() throws IfsException
IfsExceptionvoid setServiceName(String service) throws IfsException
IfsExceptionCredential getCredential() throws IfsException
IfsExceptionvoid setCredential(Credential credential) throws IfsException
IfsExceptionConnectOptions getConnectOptions() throws IfsException
IfsExceptionvoid setConnectOptions(ConnectOptions connectOptions) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.