- java.lang.Object
-
- net.bis5.mattermost.model.config.SsoSettings
-
- Direct Known Subclasses:
Office365Settings
public class SsoSettings extends Object
SSO settings.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description SsoSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthEndpoint()StringgetId()StringgetScope()StringgetSecret()StringgetTokenEndpoint()StringgetUserApiEndpoint()inthashCode()booleanisEnable()voidsetAuthEndpoint(String authEndpoint)voidsetEnable(boolean enable)voidsetId(String id)voidsetScope(String scope)voidsetSecret(String secret)voidsetTokenEndpoint(String tokenEndpoint)voidsetUserApiEndpoint(String userApiEndpoint)StringtoString()
-
-
-
Method Detail
-
isEnable
public boolean isEnable()
-
getSecret
public String getSecret()
-
getId
public String getId()
-
getScope
public String getScope()
-
getAuthEndpoint
public String getAuthEndpoint()
-
getTokenEndpoint
public String getTokenEndpoint()
-
getUserApiEndpoint
public String getUserApiEndpoint()
-
setEnable
public void setEnable(boolean enable)
-
setSecret
public void setSecret(String secret)
-
setId
public void setId(String id)
-
setScope
public void setScope(String scope)
-
setAuthEndpoint
public void setAuthEndpoint(String authEndpoint)
-
setTokenEndpoint
public void setTokenEndpoint(String tokenEndpoint)
-
setUserApiEndpoint
public void setUserApiEndpoint(String userApiEndpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-