Class AadCredentialProperties
- java.lang.Object
-
- com.azure.spring.cloud.autoconfigure.aad.properties.AadCredentialProperties
-
public class AadCredentialProperties extends Object
Properties used for authorize.
-
-
Constructor Summary
Constructors Constructor Description AadCredentialProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetClientSecret()voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)
-
-
-
Method Detail
-
getClientId
public String getClientId()
- Returns:
- The client id.
-
setClientId
public void setClientId(String clientId)
- Parameters:
clientId- The client id.
-
getClientSecret
public String getClientSecret()
- Returns:
- The client secret.
-
setClientSecret
public void setClientSecret(String clientSecret)
- Parameters:
clientSecret- The client secret.
-
-