Class OAuth20AuthModuleConf

    • Field Detail

      • authUrl

        protected String authUrl
      • profileUrl

        protected String profileUrl
      • withState

        protected boolean withState
      • profilePath

        protected String profilePath
      • profileVerb

        protected String profileVerb
    • Constructor Detail

      • OAuth20AuthModuleConf

        public OAuth20AuthModuleConf()
    • Method Detail

      • getAuthUrl

        public String getAuthUrl()
      • setAuthUrl

        public void setAuthUrl​(String authUrl)
      • setProfileAttrs

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

        public boolean isWithState()
      • setWithState

        public void setWithState​(boolean withState)
      • getProfilePath

        public String getProfilePath()
      • setProfilePath

        public void setProfilePath​(String profilePath)
      • getProfileUrl

        public String getProfileUrl()
      • setProfileUrl

        public void setProfileUrl​(String profileUrl)
      • getProfileVerb

        public String getProfileVerb()
      • setProfileVerb

        public void setProfileVerb​(String profileVerb)