Class OktaAccountAuthenticationProperties
java.lang.Object
co.yellowdog.platform.model.OktaAccountAuthenticationProperties
- All Implemented Interfaces:
OAuth2AuthenticationProperties
,Serializable
public class OktaAccountAuthenticationProperties
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
void
setEnabled
(boolean enabled) toString()
-
Method Details
-
builder
-
isEnabled
public boolean isEnabled() -
getDomain
-
getClientId
- Specified by:
getClientId
in interfaceOAuth2AuthenticationProperties
-
getClientSecret
- Specified by:
getClientSecret
in interfaceOAuth2AuthenticationProperties
-
setEnabled
public void setEnabled(boolean enabled) -
setDomain
-
setClientId
-
setClientSecret
-
equals
-
canEqual
-
hashCode
-
toString
-