Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
VerificationResult |
ConsumerManager.verify(String receivingUrl,
ParameterList response,
DiscoveryInformation discovered)
Performs verification on the Authentication Response (assertion)
received from the OpenID Provider.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
protected ParameterList |
AxMessage._parameters
The Attribute Exchange extension-specific parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterList |
AxMessage.getParameters()
Gets ParameterList containing the Attribute Exchange extension-specific
parameters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterList |
PapeMessage._parameters
The OpenID Provider Authentication Policy extension-specific parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterList |
PapeMessage.getParameters()
Gets ParameterList containing the OpenID Provider Authentication
Policy extension-specific parameters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterList |
SRegMessage._parameters
The Simple Registration extension-specific parameters.
|
Modifier and Type | Method and Description |
---|---|
ParameterList |
SRegMessage.getParameters()
Gets ParameterList containing the Simple Registration extension-specific
parameters.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(ParameterList requestParams,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
boolean signNow)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(ParameterList requestParams,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(ParameterList requestParams,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint,
boolean signNow)
Processes a Authentication Request received from a consumer site,
after parsing the request parameters into a valid AuthRequest.
|
protected List |
SampleServer.userInteraction(ParameterList request) |
Message |
ServerManager.verify(ParameterList requestParams)
Responds to a verification request from the consumer.
|
Copyright © 2016 Sxip. All rights reserved.