public class AzureCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureCredentials.Constants |
static class |
AzureCredentials.DescriptorImpl |
static class |
AzureCredentials.ServicePrincipal |
static class |
AzureCredentials.ValidationException |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Modifier and Type | Field and Description |
|---|---|
AzureCredentials.ServicePrincipal |
data |
| Constructor and Description |
|---|
AzureCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String subscriptionId,
String clientId,
String clientSecret,
String oauth2TokenEndpoint,
String serviceManagementURL,
String authenticationEndpoint,
String resourceManagerEndpoint,
String graphEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationEndpoint() |
String |
getClientId() |
String |
getClientSecret() |
String |
getGraphEndpoint() |
String |
getOauth2TokenEndpoint() |
String |
getResourceManagerEndpoint() |
String |
getServiceManagementURL() |
static AzureCredentials.ServicePrincipal |
getServicePrincipal(String credentialsId) |
String |
getSubscriptionId() |
equals, getDescription, getId, hashCodegetDescriptor, getScopepublic final AzureCredentials.ServicePrincipal data
@DataBoundConstructor
public AzureCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String subscriptionId,
String clientId,
String clientSecret,
String oauth2TokenEndpoint,
String serviceManagementURL,
String authenticationEndpoint,
String resourceManagerEndpoint,
String graphEndpoint)
public static AzureCredentials.ServicePrincipal getServicePrincipal(String credentialsId)
public String getSubscriptionId()
public String getClientId()
public String getClientSecret()
public String getOauth2TokenEndpoint()
public String getServiceManagementURL()
public String getAuthenticationEndpoint()
public String getResourceManagerEndpoint()
public String getGraphEndpoint()
Copyright © 2016–2017. All rights reserved.