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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected boolean
Fields inherited from class org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
clientId, clientSecret, customParams, enabled, responseType, scope, tokenUrl, userIdAttribute
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setAuthUrl
(String authUrl) void
setProfileAttrs
(Map<String, String> profileAttrs) 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
-
Field Details
-
authUrl
-
profileUrl
-
profileAttrs
-
withState
protected boolean withState -
profileVerb
-
-
Constructor Details
-
OAuth20AuthModuleConf
public OAuth20AuthModuleConf()
-
-
Method Details
-
getAuthUrl
-
setAuthUrl
-
getProfileAttrs
-
setProfileAttrs
-
isWithState
public boolean isWithState() -
setWithState
public void setWithState(boolean withState) -
getProfileUrl
-
setProfileUrl
-
getProfileVerb
-
setProfileVerb
-
map
- Specified by:
map
in interfaceAuthModuleConf
-