@Extension
public class OpenIdLoginService
extends hudson.security.FederatedLoginService
SecurityRealm by allowing login via OpenID.| Modifier and Type | Class and Description |
|---|---|
static class |
OpenIdLoginService.GlobalConfigurationImpl |
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 openid_identifier,
String from)
Commence a login.
|
String |
getUrlName() |
Class<? extends hudson.security.FederatedLoginServiceUserProperty> |
getUserPropertyClass() |
boolean |
isDisabled() |
void |
setDisabled(boolean disabled) |
public OpenIdLoginService()
throws org.openid4java.consumer.ConsumerException
org.openid4java.consumer.ConsumerExceptionpublic boolean isDisabled()
public void setDisabled(boolean disabled)
public 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 openid_identifier,
@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 © 2016. All rights reserved.