Class AzureAccountAuthenticationProperties
java.lang.Object
co.yellowdog.platform.model.AzureAccountAuthenticationProperties
- All Implemented Interfaces:
 OAuth2AuthenticationProperties,Serializable
public class AzureAccountAuthenticationProperties
extends Object
implements Serializable, OAuth2AuthenticationProperties
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()booleanvoidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetEnabled(boolean enabled) voidsetTenantId(String tenantId) toString() 
- 
Method Details
- 
builder
 - 
isEnabled
public boolean isEnabled() - 
getTenantId
 - 
getClientId
- Specified by:
 getClientIdin interfaceOAuth2AuthenticationProperties
 - 
getClientSecret
- Specified by:
 getClientSecretin interfaceOAuth2AuthenticationProperties
 - 
setEnabled
public void setEnabled(boolean enabled)  - 
setTenantId
 - 
setClientId
 - 
setClientSecret
 - 
equals
 - 
canEqual
 - 
hashCode
 - 
toString
 
 -