com.filenet.wcm.apps.server.controller
Class WebDAVSignInPolicy

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmSignInPolicy
      extended bycom.filenet.wcm.apps.server.controller.WebDAVSignInPolicy
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmSignInPolicyInterface

public class WebDAVSignInPolicy
extends com.filenet.wcm.toolkit.server.base.WcmSignInPolicy
implements com.filenet.wcm.toolkit.server.base.WcmSignInPolicyInterface


Field Summary
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmSignInPolicy
bootstrap, bootstrapPage, bootstrapRequired, controller, dataStore, FIRST_PAGE_KEY, isTokenEnabled, USER_TOKEN_APPID
 
Constructor Summary
WebDAVSignInPolicy(com.filenet.wcm.toolkit.server.base.WcmController controller, java.lang.String sslProtocol, java.lang.String sslHost, java.lang.String guestUserName, java.util.Vector routerInfo, java.lang.String bootstrapPage)
           
 
Method Summary
 boolean doSignIn(javax.servlet.http.HttpServletResponse response, java.lang.String requestedPage)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmSignInPolicy
configureServerCredentials, configureServerCredentials, createServerCredentials, createServerCredentials, createServerCredentials, encodeTokenException, getDataStore, getDestinationPage, getEncodedSessionId, getHttpsUrl, getHttpUrl, getLocalIP, getLocalPort, getLoginRoutingInfo, getSignInURL, isSignedIn, setCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmSignInPolicyInterface
getLoginRoutingInfo, isSignedIn, setCredentials
 

Constructor Detail

WebDAVSignInPolicy

public WebDAVSignInPolicy(com.filenet.wcm.toolkit.server.base.WcmController controller,
                          java.lang.String sslProtocol,
                          java.lang.String sslHost,
                          java.lang.String guestUserName,
                          java.util.Vector routerInfo,
                          java.lang.String bootstrapPage)
                   throws java.lang.Exception
Method Detail

doSignIn

public boolean doSignIn(javax.servlet.http.HttpServletResponse response,
                        java.lang.String requestedPage)
                 throws java.lang.Exception
Specified by:
doSignIn in interface com.filenet.wcm.toolkit.server.base.WcmSignInPolicyInterface
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.