Class AzureActiveDirectoryAttrRepoConf
java.lang.Object
org.apache.syncope.common.lib.AbstractAzureActiveDirectoryConf
org.apache.syncope.common.lib.attr.AzureActiveDirectoryAttrRepoConf
- All Implemented Interfaces:
Serializable
,AttrRepoConf
,BaseBean
public class AzureActiveDirectoryAttrRepoConf
extends AbstractAzureActiveDirectoryConf
implements AttrRepoConf
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) void
setCaseInsensitive
(boolean caseInsensitive) Methods inherited from class org.apache.syncope.common.lib.AbstractAzureActiveDirectoryConf
getClientId, getClientSecret, getLoginUrl, getResource, getScope, getTenant, setClientId, setClientSecret, setLoginUrl, setResource, setScope, setTenant
-
Constructor Details
-
AzureActiveDirectoryAttrRepoConf
public AzureActiveDirectoryAttrRepoConf()
-
-
Method Details
-
isCaseInsensitive
public boolean isCaseInsensitive() -
setCaseInsensitive
public void setCaseInsensitive(boolean caseInsensitive) -
map
- Specified by:
map
in interfaceAttrRepoConf
-