public static class AzureCredentials.ServicePrincipal extends Object implements Serializable
| Constructor and Description |
|---|
ServicePrincipal() |
ServicePrincipal(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 |
getResourceManagerEndpoint() |
String |
getServiceManagementURL() |
String |
getSubscriptionId() |
String |
getTenant() |
boolean |
isBlank() |
boolean |
validate() |
public ServicePrincipal(String subscriptionId, String clientId, String clientSecret, String oauth2TokenEndpoint, String serviceManagementURL, String authenticationEndpoint, String resourceManagerEndpoint, String graphEndpoint)
public ServicePrincipal()
public final String getSubscriptionId()
public final String getClientId()
public final String getClientSecret()
public final String getTenant()
public final String getServiceManagementURL()
public final String getAuthenticationEndpoint()
public final String getResourceManagerEndpoint()
public final String getGraphEndpoint()
public final boolean isBlank()
public final boolean validate()
throws AzureCredentials.ValidationException
Copyright © 2016–2017. All rights reserved.