A C D G H K O R S W 

A

address - Variable in class org.kohsuke.stapler.openid.server.OpenIDServer
The URL of this endpoint, like "http://foo:8080/"
authenticate() - Method in class org.kohsuke.stapler.openid.client.AuthenticationShell
 
authenticate() - Method in class org.kohsuke.stapler.openid.client.OpenIDSession
If the user is already authenticated, return the identity information.
authenticateUser(OpenIDIdentity) - Method in class org.kohsuke.stapler.openid.server.Session
When the protocol gets to the point of needing to authenticate the user on the server side, this method is called.
AuthenticationShell - Class in org.kohsuke.stapler.openid.client
Protects the delegated URL-bound object via OpenID.
AuthenticationShell(Object) - Constructor for class org.kohsuke.stapler.openid.client.AuthenticationShell
 

C

claimedOpenid - Variable in class org.kohsuke.stapler.openid.server.Client
 
Client - Class in org.kohsuke.stapler.openid.server
Test client.
Client() - Constructor for class org.kohsuke.stapler.openid.server.Client
 
client - Variable in class org.kohsuke.stapler.openid.server.OpenIDServer
 
commence() - Method in class org.kohsuke.stapler.openid.client.OpenIDSession
Starts the login session.
createSession() - Method in class org.kohsuke.stapler.openid.server.OpenIDServer
Creates a new session object (called for each HTTP session, whenever we need to start the new authentication sequence.)

D

doDynamic(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.openid.server.Session
"/~USERID" is mapped to OpenID.
doEntryPoint(StaplerRequest) - Method in class org.kohsuke.stapler.openid.server.Session
Landing page for the OpenID protocol.
doFinishLogin(StaplerRequest) - Method in class org.kohsuke.stapler.openid.client.OpenIDSession
When the identity provider is done with its thing, the user comes back here.
doLogout() - Method in class org.kohsuke.stapler.openid.server.OpenIDServer
 
doReturn(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.openid.server.Client
 
doStart(StaplerRequest, StaplerResponse, String) - Method in class org.kohsuke.stapler.openid.server.Client
 

G

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
 

H

handleRequest() - Method in class org.kohsuke.stapler.openid.server.Session
 

K

key - Variable in class org.kohsuke.stapler.openid.client.AuthenticationShell
 
KEY - Static variable in class org.kohsuke.stapler.openid.client.OpenIDSession
 

O

openid - Variable in class org.kohsuke.stapler.openid.server.Client
 
OpenIDIdentity - Class in org.kohsuke.stapler.openid.client
Verified identity of the user.
OpenIDIdentity(AuthSuccess) - Constructor for class org.kohsuke.stapler.openid.client.OpenIDIdentity
 
OpenIDIdentity - Class in org.kohsuke.stapler.openid.server
Represents the information of the current user as seen by this server.
OpenIDIdentity() - Constructor for class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
OpenIDServer - Class in org.kohsuke.stapler.openid.server
OpenID server that allows users to use their Jenkins identity as an OpenID.
OpenIDServer(URL) - Constructor for class org.kohsuke.stapler.openid.server.OpenIDServer
 
OpenIDSession - Class in org.kohsuke.stapler.openid.client
Captures the in-progress OpenID authentication session and its result.
OpenIDSession(ConsumerManager, String, String) - Constructor for class org.kohsuke.stapler.openid.client.OpenIDSession
 
org.kohsuke.stapler.openid.client - package org.kohsuke.stapler.openid.client
 
org.kohsuke.stapler.openid.server - package org.kohsuke.stapler.openid.server
 

R

respondToAx(FetchRequest) - Method in class org.kohsuke.stapler.openid.server.Session
 
respondToFetchRequest(Message) - Method in class org.kohsuke.stapler.openid.server.Session
Responds to the fetch request by adding them.
respondToSReg(SRegRequest) - Method in class org.kohsuke.stapler.openid.server.Session
 

S

server - Variable in class org.kohsuke.stapler.openid.server.Session
 
Session - Class in org.kohsuke.stapler.openid.server
Represents an in-flight OpenID authentication sequence.
Session(OpenIDServer) - Constructor for class org.kohsuke.stapler.openid.server.Session
 
setEmail(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
setFirstName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
setFullName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
setLastName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
setNick(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 

W

withEmail(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
withFirstName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
withFullName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
withLastName(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
withNick(String) - Method in class org.kohsuke.stapler.openid.server.OpenIDIdentity
 
A C D G H K O R S W 

Copyright © 2012. All Rights Reserved.