@Extension
public class WwpassLoginService
extends hudson.security.FederatedLoginService
FederatedLoginService provides Authentication via WWPass system| Modifier 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.FederatedLoginServicepublic Class<? extends hudson.security.FederatedLoginServiceUserProperty> getUserPropertyClass()
getUserPropertyClass in class hudson.security.FederatedLoginServicepublic org.kohsuke.stapler.HttpResponse doStartLogin(@QueryParameter
String ticket,
@QueryParameter
String from)
throws IOException,
GeneralSecurityException
IOExceptionGeneralSecurityExceptionpublic org.kohsuke.stapler.HttpResponse doStartAssociate(@QueryParameter
String ticket)
throws IOException
IOExceptionpublic org.kohsuke.stapler.HttpResponse doGetTicket()
throws IOException
IOExceptionpublic WwpassLoginService.DescriptorImpl getDescriptor()
Copyright © 2004-2015. All Rights Reserved.