public class OpenstackKeystoneV3
extends com.cloudbees.plugins.credentials.impl.UsernamePasswordCredentialsImpl
implements com.cloudbees.plugins.credentials.common.StandardUsernameCredentials
Modifier and Type | Class and Description |
---|---|
static class |
OpenstackKeystoneV3.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardUsernameCredentials.NameProvider
com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
OpenstackKeystoneV3(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String username,
String password,
String domain,
String project) |
Modifier and Type | Method and Description |
---|---|
String |
getDomain() |
String |
getProject() |
getPassword, getUsername
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription
@DataBoundConstructor public OpenstackKeystoneV3(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String username, @CheckForNull String password, @CheckForNull String domain, @CheckForNull String project)
Copyright © 2016–2021. All rights reserved.