Oracle Content Management SDK

oracle.ifs.adk.security
Interface IfsHttpLogin

All Superinterfaces:
java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public interface IfsHttpLogin
extends javax.servlet.http.HttpSessionBindingListener

This interface is to be used by all iFS Web applications developers. Application developers are required to implement the following methods: - getSession() This returns the library session - getResolver() (deprecated) This returns the resolver - getFileManager() This returns the FileManager - valueBound(HttpSessionBindingEvent event) from HttpSessionBindingListener - valueUnbound(HttpSessionBindingEvent event) from HttpSessionBindingListener This is used to unbind when disconnecting


Method Summary
 oracle.ifs.adk.filesystem.FileManager getFileManager()
          Return the IfsHttpLogin's FileManager
 FolderPathResolver getResolver()
          Deprecated. 9iFS 9.0.2: This method is no longer guaranteed to return a valid FolderPathResolver
 LibrarySession getSession()
          Return the login's library session
 

Method Detail


getSession

public LibrarySession getSession()
                          throws IfsException
Return the login's library session

getResolver

public FolderPathResolver getResolver()
Deprecated. 9iFS 9.0.2: This method is no longer guaranteed to return a valid FolderPathResolver

Return the login's path resolver

getFileManager

public oracle.ifs.adk.filesystem.FileManager getFileManager()
                                                     throws IfsException
Return the IfsHttpLogin's FileManager

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.