Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.message |
Modifier and Type | Method and Description |
---|---|
private AssociationRequest |
ConsumerManager.createAssociationRequest(AssociationSessionType type,
java.net.URL opUrl)
Constructs an Association Request message of the specified session and
association type, taking into account the user preferences (encryption
level, default Diffie-Hellman parameters).
|
Modifier and Type | Method and Description |
---|---|
static AssociationRequest |
AssociationRequest.createAssociationRequest(AssociationSessionType type) |
static AssociationRequest |
AssociationRequest.createAssociationRequest(AssociationSessionType type,
DiffieHellmanSession dhSess) |
static AssociationRequest |
AssociationRequest.createAssociationRequest(ParameterList params) |
Modifier and Type | Method and Description |
---|---|
static AssociationResponse |
AssociationResponse.createAssociationResponse(AssociationRequest assocReq,
Association assoc) |
Constructor and Description |
---|
AssociationResponse(AssociationRequest assocReq,
Association assoc)
Constructs an AssociationResponse for a given association request.
|
Copyright 2006-2008 Sxip Identity Corporation