org.openid4java.server
Class SampleServer

java.lang.Object
  extended by org.openid4java.server.SampleServer

public class SampleServer
extends java.lang.Object

Sample Server (OpenID Provider) implementation.


Field Summary
 ServerManager manager
           
 
Constructor Summary
SampleServer()
           
SampleServer(java.lang.String endPointUrl)
           
 
Method Summary
 java.lang.String processRequest(javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp)
           
protected  java.util.List userInteraction(ParameterList request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

public ServerManager manager
Constructor Detail

SampleServer

public SampleServer()

SampleServer

public SampleServer(java.lang.String endPointUrl)
Method Detail

processRequest

public java.lang.String processRequest(javax.servlet.http.HttpServletRequest httpReq,
                                       javax.servlet.http.HttpServletResponse httpResp)
                                throws java.lang.Exception
Throws:
java.lang.Exception

userInteraction

protected java.util.List userInteraction(ParameterList request)
                                  throws ServerException
Throws:
ServerException


Copyright © 2012 Sxip. All Rights Reserved.