public class LdapIdmIdentityService extends ReadOnlyIdmIdentityService
Modifier and Type | Field and Description |
---|---|
protected LdapConfigurationApi |
ldapConfiguration |
protected List<String> |
uniqueTenantIds |
commandExecutor
configuration
Constructor and Description |
---|
LdapIdmIdentityService(CoreIdmEngineConfiguration configuration,
LdapConfigurationApi ldapConfiguration) |
Modifier and Type | Method and Description |
---|---|
PlatformGroupQuery |
createPlatformGroupQuery() |
PlatformUserQuery |
createPlatformUserQuery() |
List<String> |
findUniqueTenantIds()
Find the unique tenant ids
|
List<String> |
getUniqueTenantIds() |
void |
setUniqueTenantIds(List<String> uniqueTenantIds) |
checkPassword, createMembership, createNativeGroupQuery, createNativeUserQuery, createNewGroupBuilder, createNewUserBuilder, createUpdateGroupBuilder, createUpdateUserBuilder, deleteGroup, deleteMembership, deleteUser, findPlatformGroupById, findPlatformGroupsForUser, findPlatformUserById, getGroupsWithPrivilege, getUsersWithPrivilege, newGroup, newUser, saveGroup, saveUser, updateUserPassword
addGroupPrivilegeMapping, addUserPrivilegeMapping, createAuthenticationTokenBuilder, createGroupQuery, createNativeTokenQuery, createPlatformIdentityInfoBuilder, createPlatformIdentityInfoQuery, createPrivilege, createPrivilegeQuery, createProperty, createTokenQuery, createUserQuery, deleteGroupPrivilegeMapping, deletePlatformIdentityInfoById, deletePlatformIdentityInfoByUserId, deletePlatformIdentityInfoByUserIdAndTenantId, deletePrivilege, deleteProperty, deleteToken, deleteUserInfo, deleteUserPrivilegeMapping, findIdentityInfoByUserIdAndName, findPropertyByName, getPlatformUserInfo, getPrivilegeMappingsByPrivilegeId, getUserInfo, getUserInfoKeys, getUserPicture, newToken, saveToken, setAuthenticatedUserId, setPlatformUserInfo, setUserDefinitionById, setUserDefinitionByKey, setUserInfo, setUserPicture, setUserStateAndSubState, setUserStateAndSubState, updateProperty, updateUserPresence, updateUserPresence
getCommandExecutor, setCommandExecutor
getConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deactivateUser, reactivateUser, setUserState, setUserSubState
protected LdapConfigurationApi ldapConfiguration
public LdapIdmIdentityService(CoreIdmEngineConfiguration configuration, LdapConfigurationApi ldapConfiguration)
public PlatformUserQuery createPlatformUserQuery()
createPlatformUserQuery
in interface PlatformIdentityService
createPlatformUserQuery
in class ReadOnlyIdmIdentityService
public PlatformGroupQuery createPlatformGroupQuery()
createPlatformGroupQuery
in interface PlatformIdentityService
createPlatformGroupQuery
in class ReadOnlyIdmIdentityService
public List<String> findUniqueTenantIds()
PlatformIdentityService
findUniqueTenantIds
in interface PlatformIdentityService
findUniqueTenantIds
in class ReadOnlyIdmIdentityService