Class OAuth20AuthModuleConf

All Implemented Interfaces:
Serializable, AuthModuleConf, BaseBean

public class OAuth20AuthModuleConf extends AbstractOAuth20AuthModuleConf implements AuthModuleConf
See Also:
  • Field Details

    • authUrl

      protected String authUrl
    • profileUrl

      protected String profileUrl
    • profileAttrs

      protected Map<String,String> profileAttrs
    • withState

      protected boolean withState
    • profileVerb

      protected String profileVerb
  • Constructor Details

    • OAuth20AuthModuleConf

      public OAuth20AuthModuleConf()
  • Method Details

    • getAuthUrl

      public String getAuthUrl()
    • setAuthUrl

      public void setAuthUrl(String authUrl)
    • getProfileAttrs

      public Map<String,String> getProfileAttrs()
    • setProfileAttrs

      public void setProfileAttrs(Map<String,String> profileAttrs)
    • isWithState

      public boolean isWithState()
    • setWithState

      public void setWithState(boolean withState)
    • getProfileUrl

      public String getProfileUrl()
    • setProfileUrl

      public void setProfileUrl(String profileUrl)
    • getProfileVerb

      public String getProfileVerb()
    • setProfileVerb

      public void setProfileVerb(String profileVerb)
    • map

      public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
      Specified by:
      map in interface AuthModuleConf