| Modifier and Type | Method and Description |
|---|---|
OpenIDIdentity |
Session.getIdentity()
Returns the current user's identity.
|
OpenIDIdentity |
OpenIDIdentity.withEmail(String email) |
OpenIDIdentity |
OpenIDIdentity.withFirstName(String firstName) |
OpenIDIdentity |
OpenIDIdentity.withFullName(String fullName) |
OpenIDIdentity |
OpenIDIdentity.withLastName(String lastName) |
OpenIDIdentity |
OpenIDIdentity.withNick(String nick) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.kohsuke.stapler.HttpResponse |
Session.authenticateUser(OpenIDIdentity id)
When the protocol gets to the point of needing to authenticate the user on the server side,
this method is called.
|
Copyright © 2012. All Rights Reserved.