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| 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, getScope@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 final String getSubscriptionId()
public final String getClientId()
public final String getClientSecret()
public final String getOauth2TokenEndpoint()
public final String getServiceManagementURL()
public final String getAuthenticationEndpoint()
public final String getResourceManagerEndpoint()
public final String getGraphEndpoint()
Copyright © 2016–2017. All rights reserved.