public abstract class OpenIDServer extends Object implements org.kohsuke.stapler.StaplerFallback
| Modifier and Type | Field and Description |
|---|---|
URL |
address
The URL of this endpoint, like "http://foo:8080/"
|
Client |
client |
| Constructor and Description |
|---|
OpenIDServer(URL address) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Session |
createSession()
Creates a new session object (called for each HTTP session, whenever we need to start the
new authentication sequence.)
|
org.kohsuke.stapler.HttpResponse |
doLogout() |
Session |
getStaplerFallback() |
public final URL address
public final Client client
public OpenIDServer(URL address)
public Session getStaplerFallback()
getStaplerFallback in interface org.kohsuke.stapler.StaplerFallbackprotected abstract Session createSession()
public org.kohsuke.stapler.HttpResponse doLogout()
Copyright © 2012. All Rights Reserved.