@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.ConsumerException
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getUrlName()
getUrlName
in class hudson.security.FederatedLoginService
public Class<? extends hudson.security.FederatedLoginServiceUserProperty> getUserPropertyClass()
getUserPropertyClass
in class hudson.security.FederatedLoginService
public org.kohsuke.stapler.HttpResponse doStartLogin(@QueryParameter String openid, @QueryParameter String openid_identifier, @QueryParameter String from) throws org.openid4java.OpenIDException, IOException
org.openid4java.OpenIDException
IOException
public org.kohsuke.stapler.HttpResponse doFinish(org.kohsuke.stapler.StaplerRequest request) throws IOException, org.openid4java.OpenIDException
IOException
org.openid4java.OpenIDException
public org.kohsuke.stapler.HttpResponse doStartAssociate(@QueryParameter String openid) throws org.openid4java.OpenIDException, IOException
org.openid4java.OpenIDException
IOException
Copyright © 2016. All rights reserved.