Class OAuth20AuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
-
- org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
-
- org.apache.syncope.common.lib.auth.OAuth20AuthModuleConf
-
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,BaseBean
public class OAuth20AuthModuleConf extends AbstractOAuth20AuthModuleConf implements AuthModuleConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
-
Field Summary
Fields Modifier and Type Field Description protected String
authUrl
protected Map<String,String>
profileAttrs
protected String
profilePath
protected String
profileUrl
protected String
profileVerb
protected boolean
withState
-
Fields inherited from class org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
clientId, clientSecret, customParams, enabled, responseType, scope, tokenUrl, userIdAttribute
-
-
Constructor Summary
Constructors Constructor Description OAuth20AuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthUrl()
Map<String,String>
getProfileAttrs()
String
getProfilePath()
String
getProfileUrl()
String
getProfileVerb()
boolean
isWithState()
Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
void
setAuthUrl(String authUrl)
void
setProfileAttrs(Map<String,String> profileAttrs)
void
setProfilePath(String profilePath)
void
setProfileUrl(String profileUrl)
void
setProfileVerb(String profileVerb)
void
setWithState(boolean withState)
-
Methods inherited from class org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
getClientId, getClientSecret, getCustomParams, getResponseType, getScope, getTokenUrl, getUserIdAttribute, isEnabled, setClientId, setClientSecret, setCustomParams, setEnabled, setId, setResponseType, setScope, setTokenUrl, setUserIdAttribute
-
Methods inherited from class org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
getClientName, setClientName
-
-
-
-
Method Detail
-
getAuthUrl
public String getAuthUrl()
-
setAuthUrl
public void setAuthUrl(String authUrl)
-
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)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
map
in interfaceAuthModuleConf
-
-