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 boolean
boolean
int
hashCode()
boolean
void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setEnabled
(boolean enabled) void
setTenantId
(String tenantId) toString()
-
Method Details
-
builder
-
isEnabled
public boolean isEnabled() -
getTenantId
-
getClientId
- Specified by:
getClientId
in interfaceOAuth2AuthenticationProperties
-
getClientSecret
- Specified by:
getClientSecret
in interfaceOAuth2AuthenticationProperties
-
setEnabled
public void setEnabled(boolean enabled) -
setTenantId
-
setClientId
-
setClientSecret
-
equals
-
canEqual
-
hashCode
-
toString
-