Interface AzureOldConfiguration
-
@Role @Unstable public interface AzureOldConfigurationAzureAD old configuration, containing the endpoints for Identity OAuth and Azure Config.- Since:
- 2.0
- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientID()Return the client ID.StringgetScope()Return the provider scope.StringgetSecret()Return the authentication secret.StringgetTenantID()Return the tenant ID.booleanisActive()See if the provider configuration is active.
-
-
-
Method Detail
-
getTenantID
String getTenantID()
Return the tenant ID.- Returns:
- the tenant ID.
-
getClientID
String getClientID()
Return the client ID.- Returns:
- the client ID.
-
getSecret
String getSecret()
Return the authentication secret.- Returns:
- the authentication secret.
-
getScope
String getScope()
Return the provider scope.- Returns:
- the provider scope.
-
isActive
boolean isActive()
See if the provider configuration is active.- Returns:
trueif the configuration is active, orfalseotherwise.
-
-