Tsukuyomi OpenID
0.2.0

クラス
jp.sourceforge.tsukuyomi.openid.message.ParameterList の使用

ParameterList を使用しているパッケージ
jp.sourceforge.tsukuyomi.openid.message   
jp.sourceforge.tsukuyomi.openid.message.ax   
jp.sourceforge.tsukuyomi.openid.message.pape   
jp.sourceforge.tsukuyomi.openid.message.sreg   
jp.sourceforge.tsukuyomi.openid.rp   
jp.sourceforge.tsukuyomi.openid.rp.impl   
 

jp.sourceforge.tsukuyomi.openid.message での ParameterList の使用
 

ParameterList を返す jp.sourceforge.tsukuyomi.openid.message のメソッド
static ParameterList ParameterList.createFromKeyValueForm(String keyValueForm)
           
static ParameterList ParameterList.createFromQueryString(String queryString)
          Create a parameter list based on a URL encoded HTTP query string.
 ParameterList MessageExtension.getParameters()
          Gets the extension-specific parameters.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message のメソッド
 void ParameterList.addParams(ParameterList params)
           
 void ParameterList.copyOf(ParameterList that)
           
static AssociationError AssociationError.createAssociationError(ParameterList params)
           
static AssociationRequest AssociationRequest.createAssociationRequest(ParameterList params)
           
static AssociationResponse AssociationResponse.createAssociationResponse(ParameterList params)
           
static AuthFailure AuthFailure.createAuthFailure(ParameterList params)
           
static AuthImmediateFailure AuthImmediateFailure.createAuthImmediateFailure(ParameterList params)
           
static AuthRequest AuthRequest.createAuthRequest(ParameterList params, RealmVerifier realmVerifier)
           
static AuthSuccess AuthSuccess.createAuthSuccess(ParameterList params)
           
static DirectError DirectError.createDirectError(ParameterList params)
           
static Message Message.createMessage(ParameterList params)
           
static VerifyRequest VerifyRequest.createVerifyRequest(ParameterList params)
           
static VerifyResponse VerifyResponse.createVerifyResponse(ParameterList params)
           
 MessageExtension MessageExtensionFactory.getExtension(ParameterList parameterList, boolean isRequest)
          Builds a MessageExtension from a parameter list containing the extension-specific parameters.
 void MessageExtension.setParameters(ParameterList params)
          Sets the extension-specific parameters.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message のコンストラクタ
AssociationError(ParameterList params)
           
AssociationRequest(ParameterList params)
          Constructs an AssociationRequest message from a parameter list.
AssociationResponse(ParameterList params)
          Constructs an AssociationResponse message from a parameter list.
AuthFailure(ParameterList params)
           
AuthImmediateFailure(ParameterList params)
           
AuthRequest(ParameterList params)
           
AuthSuccess(ParameterList params)
           
DirectError(ParameterList params)
           
Message(ParameterList params)
           
ParameterList(ParameterList that)
           
VerifyRequest(ParameterList params)
           
VerifyResponse(ParameterList params)
           
 

jp.sourceforge.tsukuyomi.openid.message.ax での ParameterList の使用
 

ParameterList として宣言されている jp.sourceforge.tsukuyomi.openid.message.ax のフィールド
protected  ParameterList AxMessage.parameters
          The Attribute Exchange extension-specific parameters.
 

ParameterList を返す jp.sourceforge.tsukuyomi.openid.message.ax のメソッド
 ParameterList AxMessage.getParameters()
          Gets ParameterList containing the Attribute Exchange extension-specific parameters.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.ax のメソッド
static FetchRequest FetchRequest.createFetchRequest(ParameterList params)
          Constructs a FetchRequest from a parameter list.
static FetchResponse FetchResponse.createFetchResponse(ParameterList params)
           
static StoreRequest StoreRequest.createStoreRequest(ParameterList params)
          Constructs a StoreRequest from a parameter list.
static StoreResponse StoreResponse.createStoreResponse(ParameterList params)
          Constructs a StoreResponse from a parameter list.
 MessageExtension AxMessage.getExtension(ParameterList parameterList, boolean isRequest)
          Instantiates the apropriate Attribute Exchange object (fetch / store - request / response) for the supplied parameter list.
 void AxMessage.setParameters(ParameterList params)
          Sets the extension's parameters to the supplied list.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.ax のコンストラクタ
AxMessage(ParameterList params)
          Constructs an Attribute Exchange extension with a specified list of parameters.
FetchRequest(ParameterList params)
          Constructs a FetchRequest from a parameter list.
FetchResponse(ParameterList params)
          Constructs a FetchResponse from a parameter list.
StoreRequest(ParameterList params)
          Constructs a StoreRequest from a parameter list.
StoreResponse(ParameterList params)
          Constructs a StoreResponse from a parameter list.
 

jp.sourceforge.tsukuyomi.openid.message.pape での ParameterList の使用
 

ParameterList として宣言されている jp.sourceforge.tsukuyomi.openid.message.pape のフィールド
protected  ParameterList PapeMessage.parameters
          The OpenID Provider Authentication Policy extension-specific parameters.
 

ParameterList を返す jp.sourceforge.tsukuyomi.openid.message.pape のメソッド
 ParameterList PapeMessage.getParameters()
          Gets ParameterList containing the OpenID Provider Authentication Policy extension-specific parameters.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.pape のメソッド
static PapeRequest PapeRequest.createPapeRequest(ParameterList params)
          Constructs a PapeRequest from a parameter list.
static PapeResponse PapeResponse.createPapeResponse(ParameterList params)
           
 MessageExtension PapeMessage.getExtension(ParameterList parameterList, boolean isRequest)
          Instantiates the apropriate OpenID Provider Authentication Policy extension object (request / response) for the supplied parameter list.
 void PapeMessage.setParameters(ParameterList params)
          Sets the extension's parameters to the supplied list.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.pape のコンストラクタ
PapeMessage(ParameterList params)
          Constructs an OpenID Provider Authentication Policy extension with a specified list of parameters.
PapeRequest(ParameterList params)
          Constructs a PapeRequest from a parameter list.
PapeResponse(ParameterList params)
          Constructs a Pape Response from a parameter list.
 

jp.sourceforge.tsukuyomi.openid.message.sreg での ParameterList の使用
 

ParameterList として宣言されている jp.sourceforge.tsukuyomi.openid.message.sreg のフィールド
protected  ParameterList SRegMessage.parameters
          The Simple Registration extension-specific parameters.
 

ParameterList を返す jp.sourceforge.tsukuyomi.openid.message.sreg のメソッド
 ParameterList SRegMessage.getParameters()
          Gets ParameterList containing the Simple Registration extension-specific parameters.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.sreg のメソッド
static SRegRequest SRegRequest.createSRegRequest(ParameterList params)
          Constructs a SRegRequest from a parameter list.
static SRegResponse SRegResponse.createSRegResponse(ParameterList params)
           
 MessageExtension SRegMessage.getExtension(ParameterList parameterList, boolean isRequest)
          Instantiates the apropriate Simple Registration object (request / response) for the supplied parameter list.
 void SRegMessage.setParameters(ParameterList params)
          Sets the extension's parameters to the supplied list.
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.message.sreg のコンストラクタ
SRegMessage(ParameterList params)
          Constructs an Simple Registration extension with a specified list of parameters.
SRegRequest(ParameterList params)
          Constructs a SRegRequest from a parameter list.
SRegResponse(ParameterList params)
          Constructs a SReg Response from a parameter list.
 

jp.sourceforge.tsukuyomi.openid.rp での ParameterList の使用
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.rp のメソッド
 VerificationResult RelayParty.verify(String receivingUrl, ParameterList response, DiscoveryInformation discovered)
           
 

jp.sourceforge.tsukuyomi.openid.rp.impl での ParameterList の使用
 

ParameterList 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.rp.impl のメソッド
 VerificationResult RelayPartyImpl.verify(String receivingUrl, ParameterList response, DiscoveryInformation discovered)
          Performs verification on the Authentication Response (assertion) received from the OpenID Provider.
 


Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.