Class SsoSettings


  • public class SsoSettings
    extends Object
    SSO settings.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • SsoSettings

        public SsoSettings()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object