Class AbstractOAuth20AuthModuleConf

java.lang.Object
org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
All Implemented Interfaces:
Serializable, AuthModuleConf, BaseBean
Direct Known Subclasses:
AbstractOIDCAuthModuleConf, OAuth20AuthModuleConf

public abstract class AbstractOAuth20AuthModuleConf extends Pac4jAuthModuleConf
See Also:
  • Field Details

    • clientId

      protected String clientId
    • clientSecret

      protected String clientSecret
    • enabled

      protected boolean enabled
    • customParams

      protected Map<String,String> customParams
    • tokenUrl

      protected String tokenUrl
    • responseType

      protected String responseType
    • scope

      protected String scope
    • userIdAttribute

      protected String userIdAttribute
  • Constructor Details

    • AbstractOAuth20AuthModuleConf

      public AbstractOAuth20AuthModuleConf()
  • Method Details

    • 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)
    • getCustomParams

      public Map<String,String> getCustomParams()
    • 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)