|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterList | |
---|---|
org.openid4java.consumer | Provides functionality for OpenID-enabling Consumer (Relying Party) sites. |
org.openid4java.message | |
org.openid4java.message.ax | |
org.openid4java.message.pape | |
org.openid4java.message.sreg | |
org.openid4java.server | Offers support for implementing an OpenID Provider server. |
Uses of ParameterList in org.openid4java.consumer |
---|
Methods in org.openid4java.consumer with parameters of type ParameterList | |
---|---|
VerificationResult |
ConsumerManager.verify(java.lang.String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion) received from the OpenID Provider. |
Uses of ParameterList in org.openid4java.message |
---|
Methods in org.openid4java.message that return ParameterList | |
---|---|
static ParameterList |
ParameterList.createFromKeyValueForm(java.lang.String keyValueForm)
|
static ParameterList |
ParameterList.createFromQueryString(java.lang.String queryString)
Create a parameter list based on a URL encoded HTTP query string. |
ParameterList |
MessageExtension.getParameters()
Gets the extension-specific parameters. |
Methods in org.openid4java.message with parameters of type ParameterList | |
---|---|
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 IndirectError |
IndirectError.createIndirectError(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. |
Constructors in org.openid4java.message with parameters of type ParameterList | |
---|---|
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)
|
|
IndirectError(ParameterList params)
|
|
Message(ParameterList params)
|
|
ParameterList(ParameterList that)
|
|
VerifyRequest(ParameterList params)
|
|
VerifyResponse(ParameterList params)
|
Uses of ParameterList in org.openid4java.message.ax |
---|
Fields in org.openid4java.message.ax declared as ParameterList | |
---|---|
protected ParameterList |
AxMessage._parameters
The Attribute Exchange extension-specific parameters. |
Methods in org.openid4java.message.ax that return ParameterList | |
---|---|
ParameterList |
AxMessage.getParameters()
Gets ParameterList containing the Attribute Exchange extension-specific parameters. |
Methods in org.openid4java.message.ax with parameters of type ParameterList | |
---|---|
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. |
Constructors in org.openid4java.message.ax with parameters of type ParameterList | |
---|---|
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. |
Uses of ParameterList in org.openid4java.message.pape |
---|
Fields in org.openid4java.message.pape declared as ParameterList | |
---|---|
protected ParameterList |
PapeMessage._parameters
The OpenID Provider Authentication Policy extension-specific parameters. |
Methods in org.openid4java.message.pape that return ParameterList | |
---|---|
ParameterList |
PapeMessage.getParameters()
Gets ParameterList containing the OpenID Provider Authentication Policy extension-specific parameters. |
Methods in org.openid4java.message.pape with parameters of type ParameterList | |
---|---|
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. |
Constructors in org.openid4java.message.pape with parameters of type ParameterList | |
---|---|
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. |
Uses of ParameterList in org.openid4java.message.sreg |
---|
Fields in org.openid4java.message.sreg declared as ParameterList | |
---|---|
protected ParameterList |
SRegMessage._parameters
The Simple Registration extension-specific parameters. |
Methods in org.openid4java.message.sreg that return ParameterList | |
---|---|
ParameterList |
SRegMessage.getParameters()
Gets ParameterList containing the Simple Registration extension-specific parameters. |
Methods in org.openid4java.message.sreg with parameters of type ParameterList | |
---|---|
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. |
MessageExtension |
SReg11ExtensionFactory.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. |
Constructors in org.openid4java.message.sreg with parameters of type ParameterList | |
---|---|
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. |
Uses of ParameterList in org.openid4java.server |
---|
Methods in org.openid4java.server with parameters of type ParameterList | |
---|---|
Message |
ServerManager.associationResponse(ParameterList requestParams)
Processes a Association Request and returns a Association Response message, according to the request parameters and the preferences configured for the OpenID Provider |
Message |
ServerManager.authResponse(ParameterList requestParams,
java.lang.String userSelId,
java.lang.String userSelClaimed,
boolean authenticatedAndApproved)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(ParameterList requestParams,
java.lang.String userSelId,
java.lang.String userSelClaimed,
boolean authenticatedAndApproved,
boolean signNow)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(ParameterList requestParams,
java.lang.String userSelId,
java.lang.String userSelClaimed,
boolean authenticatedAndApproved,
java.lang.String opEndpoint)
Processes a Authentication Request received from a consumer site. |
Message |
ServerManager.authResponse(ParameterList requestParams,
java.lang.String userSelId,
java.lang.String userSelClaimed,
boolean authenticatedAndApproved,
java.lang.String opEndpoint,
boolean signNow)
Processes a Authentication Request received from a consumer site, after parsing the request parameters into a valid AuthRequest. |
protected java.util.List |
SampleServer.userInteraction(ParameterList request)
|
Message |
ServerManager.verify(ParameterList requestParams)
Responds to a verification request from the consumer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |