Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.message | |
org.openid4java.server |
Offers support for implementing an OpenID Provider server.
|
Modifier and Type | Method and Description |
---|---|
Message |
VerificationResult.getAuthResponse()
Gets the authentication response message received from the server.
|
Modifier and Type | Method and Description |
---|---|
void |
VerificationResult.setAuthResponse(Message authResponse)
Sets the authentication response message received from the server.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationError |
class |
AssociationRequest
The OpenID Association Request message.
|
class |
AssociationResponse
The OpenID Association Response message.
|
class |
AuthFailure |
class |
AuthImmediateFailure |
class |
AuthRequest |
class |
AuthSuccess |
class |
DirectError |
class |
IndirectError |
class |
VerifyRequest
VerifyRequest is a AuthSuccess with the openid.mode
switched to check_authentication.
|
class |
VerifyResponse |
Modifier and Type | Method and Description |
---|---|
static Message |
Message.createMessage() |
static Message |
Message.createMessage(ParameterList params) |
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(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
boolean signNow)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(AuthRequest auhtReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint)
Processes a Authentication Request received from a consumer site.
|
Message |
ServerManager.authResponse(AuthRequest authReq,
String userSelId,
String userSelClaimed,
boolean authenticatedAndApproved,
String opEndpoint,
boolean signNow)
Processes a Authentication Request received from a consumer site.
|
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.
|
Message |
ServerManager.verify(ParameterList requestParams)
Responds to a verification request from the consumer.
|
Copyright © 2014 Sxip. All rights reserved.