Package | Description |
---|---|
org.openid4java.message | |
org.openid4java.message.ax | |
org.openid4java.message.pape | |
org.openid4java.message.sreg |
Modifier and Type | Method and Description |
---|---|
MessageExtension |
MessageExtensionFactory.getExtension(ParameterList parameterList,
boolean isRequest)
Builds a MessageExtension from a parameter list containing the
extension-specific parameters.
|
MessageExtension |
Message.getExtension(String typeUri)
Gets a MessageExtension for the specified Type URI if an implementation
is available, or null otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.addExtension(MessageExtension extension)
Adds a set of extension-specific parameters to a message.
|
String |
Message.addExtension(MessageExtension extension,
String preferredAlias)
Adds a set of extension-specific parameters to a message,
trying to use the supplied preferredAlias
if the supplied alias is not already taken.
|
Modifier and Type | Class and Description |
---|---|
class |
AxMessage
Base class for the Attribute Exchange implementation.
|
class |
AxPayload |
class |
FetchRequest
Implements the extension for Attribute Exchange fetch requests.
|
class |
FetchResponse
Implements the extension for Attribute Exchange fetch responses.
|
class |
StoreRequest
Implements the extension for Attribute Exchange store requests.
|
class |
StoreResponse
Implements the extension for Attribute Exchange store responses.
|
Modifier and Type | Method and Description |
---|---|
MessageExtension |
AxMessage.getExtension(ParameterList parameterList,
boolean isRequest)
Instantiates the apropriate Attribute Exchange object (fetch / store -
request / response) for the supplied parameter list.
|
Modifier and Type | Class and Description |
---|---|
class |
PapeMessage
Base class for the OpenID Provider Authentication Policy extension
implementation.
|
class |
PapeRequest
Implements the extension for OpenID Provider Authentication Policy requests.
|
class |
PapeResponse
Implements the extension for OpenID Provider Authentication Policy responses.
|
Modifier and Type | Method and Description |
---|---|
MessageExtension |
PapeMessage.getExtension(ParameterList parameterList,
boolean isRequest)
Instantiates the apropriate OpenID Provider Authentication Policy
extension object (request / response) for the supplied parameter
list.
|
Modifier and Type | Class and Description |
---|---|
class |
SRegMessage
Base class for the Simple Registration implementation.
|
class |
SRegRequest
Implements the extension for Simple Registration fetch requests.
|
class |
SRegResponse
Implements the extension for Simple Registration fetch responses.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014 Sxip. All rights reserved.