@Extension public class TeamsExtension extends OpenIdExtension
| Constructor and Description |
|---|
TeamsExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
extend(org.openid4java.message.AuthRequest authRequest)
Extend the authentication request.
|
void |
process(org.openid4java.message.AuthSuccess authSuccess,
Identity id)
Process the authentication success.
|
all, extendFetch, extendRequest, getMessageAs, processResponsepublic 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 © 2004-2013. All Rights Reserved.