org.kotemaru.auth.openid
クラス OpenIDConsumer

java.lang.Object
  上位を拡張 org.kotemaru.auth.openid.OpenIDConsumer

public class OpenIDConsumer
extends java.lang.Object

Based SampleConsumer.java


コンストラクタの概要
OpenIDConsumer(java.lang.String returnToUrl)
           
 
メソッドの概要
 AuthRequest authRequest(java.lang.String userSuppliedString)
           
 AuthRequest getAuthRequest()
           
 DiscoveryInformation getDiscovered()
           
 java.lang.String[] verifyResponse(javax.servlet.http.HttpServletRequest httpReq)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OpenIDConsumer

public OpenIDConsumer(java.lang.String returnToUrl)
               throws ConsumerException
例外:
ConsumerException
メソッドの詳細

getDiscovered

public DiscoveryInformation getDiscovered()

getAuthRequest

public AuthRequest getAuthRequest()

authRequest

public AuthRequest authRequest(java.lang.String userSuppliedString)
                        throws java.io.IOException
例外:
java.io.IOException

verifyResponse

public java.lang.String[] verifyResponse(javax.servlet.http.HttpServletRequest httpReq)


Copyright © 2009 kotemaru.