@Extension
public class WwpassLoginService
extends hudson.security.FederatedLoginService
FederatedLoginService
provides Authentication via WWPass systemModifier and Type | Class and Description |
---|---|
static class |
WwpassLoginService.DescriptorImpl |
class |
WwpassLoginService.WwpassIdentityImpl |
Constructor and Description |
---|
WwpassLoginService() |
WwpassLoginService(String name) |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doGetTicket() |
org.kohsuke.stapler.HttpResponse |
doStartAssociate(String ticket) |
org.kohsuke.stapler.HttpResponse |
doStartLogin(String ticket,
String from) |
WwpassLoginService.DescriptorImpl |
getDescriptor() |
String |
getUrlName() |
Class<? extends hudson.security.FederatedLoginServiceUserProperty> |
getUserPropertyClass() |
public WwpassLoginService()
@DataBoundConstructor public WwpassLoginService(String name)
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 ticket, @QueryParameter String from) throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
public org.kohsuke.stapler.HttpResponse doStartAssociate(@QueryParameter String ticket) throws IOException
IOException
public org.kohsuke.stapler.HttpResponse doGetTicket() throws IOException
IOException
public WwpassLoginService.DescriptorImpl getDescriptor()
Copyright © 2004-2015. All Rights Reserved.