Uses of Class
org.jclouds.azurecompute.arm.domain.ServicePrincipal
-
Packages that use ServicePrincipal Package Description org.jclouds.azurecompute.arm org.jclouds.azurecompute.arm.config org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of ServicePrincipal in org.jclouds.azurecompute.arm
Methods in org.jclouds.azurecompute.arm that return types with arguments of type ServicePrincipal Modifier and Type Method Description com.google.common.base.Supplier<ServicePrincipal>
AzureComputeApi. getServicePrincipal()
Returns the information about the current service principal. -
Uses of ServicePrincipal in org.jclouds.azurecompute.arm.config
Methods in org.jclouds.azurecompute.arm.config that return types with arguments of type ServicePrincipal Modifier and Type Method Description protected com.google.common.base.Supplier<ServicePrincipal>
AzureComputeHttpApiModule. provideServicePrincipal(AzureComputeApi api, AtomicReference<AuthorizationException> authException, long seconds)
-
Uses of ServicePrincipal in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ServicePrincipal Modifier and Type Method Description abstract ServicePrincipal
ServicePrincipal.Builder. build()
static ServicePrincipal
ServicePrincipal. create(String appId, Date deletionTimestamp, String displayName, String objectId, String objectType, List<String> servicePrincipalNames)
-
Uses of ServicePrincipal in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return ServicePrincipal Modifier and Type Method Description ServicePrincipal
GraphRBACApi. getCurrentServicePrincipal()
-