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
IfsException
public IfsLoginContext(Credential credential, ConnectOptions connectOptions) throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public String getServiceName() throws IfsException
getServiceName
in interface LoginContext
IfsException
public void setServiceName(String service) throws IfsException
setServiceName
in interface LoginContext
IfsException
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface LoginContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface LoginContext
IfsException
public Credential getCredential() throws IfsException
getCredential
in interface LoginContext
IfsException
public void setCredential(Credential credential) throws IfsException
setCredential
in interface LoginContext
IfsException
public ConnectOptions getConnectOptions() throws IfsException
getConnectOptions
in interface LoginContext
IfsException
public void setConnectOptions(ConnectOptions connectOptions) throws IfsException
setConnectOptions
in interface LoginContext
IfsException
Copyright © 2023. All rights reserved.