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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetScope()booleanvoidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetCustomParams(Map<String, String> customParams) voidsetEnabled(boolean enabled) voidvoidsetResponseType(String responseType) voidvoidsetTokenUrl(String tokenUrl) voidsetUserIdAttribute(String userIdAttribute) Methods inherited from class org.apache.syncope.common.lib.auth.Pac4jAuthModuleConf
getClientName, setClientNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
 
 -