Class AbstractOAuth20AuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
org.apache.syncope.common.lib.auth.AbstractOAuth20AuthModuleConf
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,BaseBean
- Direct Known Subclasses:
AbstractOIDCAuthModuleConf
,OAuth20AuthModuleConf
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetScope()
boolean
void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
setCustomParams
(Map<String, String> customParams) void
setEnabled
(boolean enabled) void
void
setResponseType
(String responseType) void
void
setTokenUrl
(String tokenUrl) void
setUserIdAttribute
(String userIdAttribute) Methods inherited from class org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
getClientName, setClientName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
map
-
Field Details
-
clientId
-
clientSecret
-
enabled
protected boolean enabled -
customParams
-
tokenUrl
-
responseType
-
scope
-
userIdAttribute
-
-
Constructor Details
-
AbstractOAuth20AuthModuleConf
public AbstractOAuth20AuthModuleConf()
-
-
Method Details
-
getClientId
-
setId
-
getClientSecret
-
setClientSecret
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getCustomParams
-
setCustomParams
-
getTokenUrl
-
setTokenUrl
-
getResponseType
-
setResponseType
-
getScope
-
setScope
-
setClientId
-
getUserIdAttribute
-
setUserIdAttribute
-