Interface AzureOldConfiguration
@Role
@Unstable
public interface AzureOldConfiguration
AzureAD old configuration, containing the endpoints for Identity OAuth and Azure Config.
- Since:
- 2.0
- Version:
- $Id$
-
Method Details
-
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.
-