|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageExtension | |
---|---|
org.openid4java.message | |
org.openid4java.message.ax | |
org.openid4java.message.pape | |
org.openid4java.message.sreg |
Uses of MessageExtension in org.openid4java.message |
---|
Methods in org.openid4java.message that return MessageExtension | |
---|---|
MessageExtension |
MessageExtensionFactory.getExtension(ParameterList parameterList,
boolean isRequest)
Builds a MessageExtension from a parameter list containing the extension-specific parameters. |
MessageExtension |
Message.getExtension(java.lang.String typeUri)
Gets a MessageExtension for the specified Type URI if an implementation is available, or null otherwise. |
Methods in org.openid4java.message with parameters of type MessageExtension | |
---|---|
void |
Message.addExtension(MessageExtension extension)
Adds a set of extension-specific parameters to a message. |
Uses of MessageExtension in org.openid4java.message.ax |
---|
Classes in org.openid4java.message.ax that implement MessageExtension | |
---|---|
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. |
Methods in org.openid4java.message.ax that return MessageExtension | |
---|---|
MessageExtension |
AxMessage.getExtension(ParameterList parameterList,
boolean isRequest)
Instantiates the apropriate Attribute Exchange object (fetch / store - request / response) for the supplied parameter list. |
Uses of MessageExtension in org.openid4java.message.pape |
---|
Classes in org.openid4java.message.pape that implement MessageExtension | |
---|---|
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. |
Methods in org.openid4java.message.pape that return MessageExtension | |
---|---|
MessageExtension |
PapeMessage.getExtension(ParameterList parameterList,
boolean isRequest)
Instantiates the apropriate OpenID Provider Authentication Policy extension object (request / response) for the supplied parameter list. |
Uses of MessageExtension in org.openid4java.message.sreg |
---|
Classes in org.openid4java.message.sreg that implement MessageExtension | |
---|---|
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. |
Methods in org.openid4java.message.sreg that return MessageExtension | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |