@Extension
public class OpenIdLoginService
extends hudson.security.FederatedLoginService
| Modifier and Type | Class and Description |
|---|---|
class |
OpenIdLoginService.IdentityImpl |
| Constructor and Description |
|---|
OpenIdLoginService() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doFinish(org.kohsuke.stapler.StaplerRequest request) |
org.kohsuke.stapler.HttpResponse |
doStartAssociate(String openid) |
org.kohsuke.stapler.HttpResponse |
doStartLogin(String openid,
String from)
Commence a login.
|
String |
getUrlName() |
Class<? extends hudson.security.FederatedLoginServiceUserProperty> |
getUserPropertyClass() |
public OpenIdLoginService()
throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerExceptionpublic String getUrlName()
getUrlName in class hudson.security.FederatedLoginServicepublic Class<? extends hudson.security.FederatedLoginServiceUserProperty> getUserPropertyClass()
getUserPropertyClass in class hudson.security.FederatedLoginServicepublic org.kohsuke.stapler.HttpResponse doStartLogin(@QueryParameter
String openid,
@QueryParameter
String from)
throws org.openid4java.OpenIDException,
IOException
org.openid4java.OpenIDExceptionIOExceptionpublic org.kohsuke.stapler.HttpResponse doFinish(org.kohsuke.stapler.StaplerRequest request)
throws IOException,
org.openid4java.OpenIDException
IOExceptionorg.openid4java.OpenIDExceptionpublic org.kohsuke.stapler.HttpResponse doStartAssociate(@QueryParameter
String openid)
throws org.openid4java.OpenIDException,
IOException
org.openid4java.OpenIDExceptionIOExceptionCopyright © 2004-2013. All Rights Reserved.