public class ASoCCredentials
extends com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
Modifier and Type | Class and Description |
---|---|
static class |
ASoCCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials.NameProvider
Modifier and Type | Field and Description |
---|---|
boolean |
m_acceptInvalidCerts |
String |
m_url |
Constructor and Description |
---|
ASoCCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String username,
String password,
boolean acceptInvalidCerts) |
ASoCCredentials(String id,
String description,
String username,
String password,
String url,
boolean acceptInvalidCerts) |
Modifier and Type | Method and Description |
---|---|
boolean |
getacceptInvalidCerts() |
com.cloudbees.plugins.credentials.CredentialsDescriptor |
getDescriptor() |
String |
getServer() |
hudson.util.Secret |
getToken() |
String |
getUrl() |
void |
setToken(String connection) |
getPassword, getUsername, isUsernameSecret, setUsernameSecret
equals, getDescription, getId, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public String m_url
public boolean m_acceptInvalidCerts
@DataBoundConstructor public ASoCCredentials(String id, String description, String username, String password, String url, boolean acceptInvalidCerts)
public com.cloudbees.plugins.credentials.CredentialsDescriptor getDescriptor()
getDescriptor
in interface com.cloudbees.plugins.credentials.Credentials
getDescriptor
in interface hudson.model.Describable<com.cloudbees.plugins.credentials.Credentials>
getDescriptor
in class com.cloudbees.plugins.credentials.BaseCredentials
public String getUrl()
public boolean getacceptInvalidCerts()
public String getServer()
public hudson.util.Secret getToken()
public void setToken(String connection)
Copyright © 2016–2024 HCL. All rights reserved.