@Extension public class UserInfoExtension extends OpenIdExtension
| Constructor and Description |
|---|
UserInfoExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(org.openid4java.message.AuthRequest authRequest)
Extend the authentication request.
|
void |
extendFetch(org.openid4java.message.ax.FetchRequest fetch) |
void |
process(org.openid4java.message.AuthSuccess authSuccess,
Identity id)
Process the authentication success.
|
all, extendRequest, getMessageAs, isApplicable, processResponsepublic void extendFetch(org.openid4java.message.ax.FetchRequest fetch)
throws org.openid4java.message.MessageException
extendFetch in class OpenIdExtensionorg.openid4java.message.MessageExceptionpublic void extend(org.openid4java.message.AuthRequest authRequest)
throws org.openid4java.message.MessageException
OpenIdExtension
The implementation may add extensions to authRequest using
Message.addExtension(org.openid4java.message.MessageExtension).
extend in class OpenIdExtensionauthRequest - the authentication requestorg.openid4java.message.MessageException - if there is a message error extending the requestpublic void process(org.openid4java.message.AuthSuccess authSuccess,
Identity id)
throws org.openid4java.message.MessageException
OpenIdExtension
The implementation may extract MessageExtension implementations from authSuccess
and add information to id.
process in class OpenIdExtensionauthSuccess - the authentication success.id - the identity.org.openid4java.message.MessageException - if there is a message error processing the success.Copyright © 2016. All rights reserved.