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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected booleanFields inherited from class org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
clientId, clientSecret, customParams, enabled, responseType, scope, tokenUrl, userIdAttribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmap(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) voidsetAuthUrl(String authUrl) voidsetProfileAttrs(Map<String, String> profileAttrs) voidsetProfileUrl(String profileUrl) voidsetProfileVerb(String profileVerb) voidsetWithState(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, setUserIdAttributeMethods 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:
mapin interfaceAuthModuleConf
-