- getAxAttribute(String) - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
- getClaimedIdentity(StaplerRequest) - Method in class org.kohsuke.stapler.openid.client.AuthenticationShell
-
Returns the OpenID that our user is claiming (that we are going to validate.)
In the typical context where this is used, this normally returns a constant
(I don't know what the right term for this, but the generic OpenID identifier
that allows the user to select the actual identifier in the server.)
- getEmail() - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
Gets the e-mail address.
- getEmail() - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getFirstName() - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
Gets the first name.
- getFirstName() - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getFullName() - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getIdentity() - Method in class org.kohsuke.stapler.openid.server.Session
-
Returns the current user's identity.
- getLastName() - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
Gets the last name.
- getLastName() - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getNick() - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
Gets the nick name.
- getNick() - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getOpenid() - Method in class org.kohsuke.stapler.openid.client.AuthenticationShell
-
Maps the login session to URL.
- getOpenID() - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
Gets the fully OpenID URL of the user.
- getOpenId(OpenIDServer) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
-
- getRealm() - Method in class org.kohsuke.stapler.openid.server.Session
-
A string that represents the client who is requesting an authentication.
- getReturnTo() - Method in class org.kohsuke.stapler.openid.server.Session
-
URL to send the user back to, once the authentication is complete.
- getSRegAttribute(String) - Method in class org.kohsuke.stapler.openid.client.OpenIDIdentity
-
- getStaplerFallback() - Method in class org.kohsuke.stapler.openid.client.AuthenticationShell
-
- getStaplerFallback() - Method in class org.kohsuke.stapler.openid.server.OpenIDServer
-