Class AbstractOAuth20AuthModuleConf

    • Field Detail

      • clientId

        protected String clientId
      • clientSecret

        protected String clientSecret
      • enabled

        protected boolean enabled
      • tokenUrl

        protected String tokenUrl
      • responseType

        protected String responseType
      • scope

        protected String scope
      • userIdAttribute

        protected String userIdAttribute
    • Constructor Detail

      • AbstractOAuth20AuthModuleConf

        public AbstractOAuth20AuthModuleConf()
    • Method Detail

      • getClientId

        public String getClientId()
      • setId

        public void setId​(String clientId)
      • getClientSecret

        public String getClientSecret()
      • setClientSecret

        public void setClientSecret​(String clientSecret)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setCustomParams

        public void setCustomParams​(Map<String,​String> customParams)
      • getTokenUrl

        public String getTokenUrl()
      • setTokenUrl

        public void setTokenUrl​(String tokenUrl)
      • getResponseType

        public String getResponseType()
      • setResponseType

        public void setResponseType​(String responseType)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)
      • setClientId

        public void setClientId​(String clientId)
      • getUserIdAttribute

        public String getUserIdAttribute()
      • setUserIdAttribute

        public void setUserIdAttribute​(String userIdAttribute)