public abstract class AzureBaseCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Constructor and Description |
---|
AzureBaseCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description) |
Modifier and Type | Method and Description |
---|---|
com.microsoft.jenkins.azurecommons.core.credentials.TokenCredentialData |
createToken() |
abstract String |
getActiveDirectoryEndpoint() |
abstract String |
getAzureEnvironmentName() |
abstract String |
getGraphEndpoint() |
abstract String |
getManagementEndpoint() |
abstract String |
getResourceManagerEndpoint() |
byte[] |
serializeToTokenData() |
equals, getDescription, getId, hashCode
getDescriptor, getScope
public abstract String getAzureEnvironmentName()
public abstract String getManagementEndpoint()
public abstract String getActiveDirectoryEndpoint()
public abstract String getResourceManagerEndpoint()
public abstract String getGraphEndpoint()
public com.microsoft.jenkins.azurecommons.core.credentials.TokenCredentialData createToken()
public byte[] serializeToTokenData()
Copyright © 2016–2020. All rights reserved.