Class ASoCCredentials
- java.lang.Object
-
- com.cloudbees.plugins.credentials.BaseCredentials
-
- com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
-
- com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
-
- com.hcl.appscan.jenkins.plugin.auth.ASoCCredentials
-
- All Implemented Interfaces:
com.cloudbees.plugins.credentials.common.IdCredentials
,com.cloudbees.plugins.credentials.common.PasswordCredentials
,com.cloudbees.plugins.credentials.common.StandardCredentials
,com.cloudbees.plugins.credentials.common.StandardUsernameCredentials
,com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials
,com.cloudbees.plugins.credentials.common.UsernameCredentials
,com.cloudbees.plugins.credentials.common.UsernamePasswordCredentials
,com.cloudbees.plugins.credentials.Credentials
,ExtensionPoint
,Describable<com.cloudbees.plugins.credentials.Credentials>
,Serializable
- Direct Known Subclasses:
ASoCCredentials
public class ASoCCredentials extends com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ASoCCredentials.DescriptorImpl
-
Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
-
-
Field Summary
Fields Modifier and Type Field Description boolean
m_acceptInvalidCerts
String
m_url
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getacceptInvalidCerts()
com.cloudbees.plugins.credentials.CredentialsDescriptor
getDescriptor()
String
getServer()
Secret
getToken()
String
getUrl()
void
setToken(String connection)
-
Methods inherited from class com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
getPassword, getUsername, isUsernameSecret, setUsernameSecret
-
Methods inherited from class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
equals, getDescription, getId, hashCode
-
-
-
-
Field Detail
-
m_url
public String m_url
-
m_acceptInvalidCerts
public boolean m_acceptInvalidCerts
-
-
Method Detail
-
getDescriptor
public com.cloudbees.plugins.credentials.CredentialsDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfacecom.cloudbees.plugins.credentials.Credentials
- Specified by:
getDescriptor
in interfaceDescribable<com.cloudbees.plugins.credentials.Credentials>
- Overrides:
getDescriptor
in classcom.cloudbees.plugins.credentials.BaseCredentials
-
getUrl
public String getUrl()
-
getacceptInvalidCerts
public boolean getacceptInvalidCerts()
-
getServer
public String getServer()
-
getToken
public Secret getToken()
-
setToken
public void setToken(String connection)
-
-