public interface ProfileRemovalService
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(UserIDAuth userID)
Removes both public and private profile from system associated with user
IMPORTANT! Ensure (in case of multi-tenant deployment) that all caches are cleared for removed user:
KeyStoreCache, UserProfileCache (if used) or use globally unique
username+password combination each time you create new user. |
void deregister(UserIDAuth userID)
KeyStoreCache, UserProfileCache (if used) or use globally unique
username+password combination each time you create new user.userID - public and private profile ownerCopyright © 2019. All rights reserved.