This project has retired. For details please refer to its
Attic page .
AbstractWebBasedSingleSignOn (Apache OODT 1.2-SNAPSHOT API)
JavaScript is disabled on your browser.
All Implemented Interfaces:
SingleSignOn
Direct Known Subclasses:
DummyImpl , OpenSSOImpl
public abstract class AbstractWebBasedSingleSignOn
extends Object
implements SingleSignOn
Abstract class providing an HTTP request and response interface pair to allow
for persistence and management of state information related to SingleSignOn.
Version:
$Revision$
Author:
mattmann
Field Summary
Fields
Modifier and Type
Field and Description
protected javax.servlet.http.HttpServletRequest
req
protected javax.servlet.http.HttpServletResponse
res
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
javax.servlet.http.HttpServletRequest
getReq ()
javax.servlet.http.HttpServletResponse
getRes ()
void
setReq (javax.servlet.http.HttpServletRequest req)
void
setRes (javax.servlet.http.HttpServletResponse res)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Copyright © 1999–2017 Apache OODT . All rights reserved.