public class BasicIfsHttpLogin extends Object implements oracle.ifs.adk.security.IfsHttpLogin
Constructor and Description |
---|
BasicIfsHttpLogin(Credential cred,
ConnectOptions options,
IfsServer server) |
Modifier and Type | Method and Description |
---|---|
protected void |
debug(String method,
String message) |
protected void |
debug(String method,
String message,
Throwable t) |
protected void |
disconnect() |
oracle.ifs.adk.filesystem.FileManager |
getFileManager()
Return the IfsHttpLogin's FileManager
|
LibrarySession |
getSession()
Return the login's library session
|
boolean |
isBusy() |
String |
toString() |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent e) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent e) |
public BasicIfsHttpLogin(Credential cred, ConnectOptions options, IfsServer server) throws IfsException
IfsException
public void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
public LibrarySession getSession() throws IfsException
oracle.ifs.adk.security.IfsHttpLogin
getSession
in interface oracle.ifs.adk.security.IfsHttpLogin
IfsException
public oracle.ifs.adk.filesystem.FileManager getFileManager() throws IfsException
oracle.ifs.adk.security.IfsHttpLogin
getFileManager
in interface oracle.ifs.adk.security.IfsHttpLogin
IfsException
public boolean isBusy() throws IfsException
IfsException
protected void disconnect() throws IfsException
IfsException
Copyright © 2023. All rights reserved.