public class IfsLoginContext extends IfsCommandContext implements LoginContext
| Constructor and Description |
|---|
IfsLoginContext()
The Constructor.
|
IfsLoginContext(Credential credential,
ConnectOptions connectOptions)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context. does not throw.
|
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.
|
public IfsLoginContext()
throws IfsException
IfsExceptionpublic IfsLoginContext(Credential credential, ConnectOptions connectOptions) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic String getServiceName() throws IfsException
getServiceName in interface LoginContextIfsExceptionpublic void setServiceName(String service) throws IfsException
setServiceName in interface LoginContextIfsExceptionpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface LoginContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface LoginContextIfsExceptionpublic Credential getCredential() throws IfsException
getCredential in interface LoginContextIfsExceptionpublic void setCredential(Credential credential) throws IfsException
setCredential in interface LoginContextIfsExceptionpublic ConnectOptions getConnectOptions() throws IfsException
getConnectOptions in interface LoginContextIfsExceptionpublic void setConnectOptions(ConnectOptions connectOptions) throws IfsException
setConnectOptions in interface LoginContextIfsExceptionCopyright © 2025. All rights reserved.