|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.openid.OpenIdExtension
hudson.plugins.openid.impl.UserInfoExtension
@Extension public class UserInfoExtension
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
UserInfoExtension()
|
|
| Method Summary | |
|---|---|
void |
extend(org.openid4java.message.AuthRequest authRequest)
Extend the authentication request. |
void |
process(org.openid4java.message.AuthSuccess authSuccess,
Identity id)
Process the authentication success. |
| Methods inherited from class hudson.plugins.openid.OpenIdExtension |
|---|
all, extendRequest, getMessageAs, processResponse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserInfoExtension()
| Method Detail |
|---|
public 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 request
org.openid4java.message.MessageException - if there is a message error extending the request
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||