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() This returns the resolver - valueBound(HttpSessionBindingEvent event) from HttpSessionBindingListener - valueUnbound(HttpSessionBindingEvent event) from HttpSessionBindingListener This is used to unbind when disconnecting


Method Summary
 FolderPathResolver getResolver()
          Return the login's path resolver
 LibrarySession getSession()
          Return the login's library session
 

Method Detail


getSession


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

getResolver


public FolderPathResolver getResolver()
Return the login's path resolver