public interface IComplianceServices
Modifier and Type | Method and Description |
---|---|
String |
getDeletedObjectFilter(int objectType)
Returns the search filter to be used for searching deleted objects.
|
boolean |
isAncestorOrgDeleted(SSOToken token,
String dn,
int profileType)
Returns true if any of the Organizations upto the base DN are marked
deleted.
|
void |
verifyAndDeleteObject(SSOToken token,
String profileDN)
Verify if the object in question is marked for deletion, in which case it
is deleted.
|
boolean isAncestorOrgDeleted(SSOToken token, String dn, int profileType) throws AMException
token
- User's single sign on tokendn
- DN
of entryprofileType
- Integer representing the object typeAMException
- if an error occurs while trying to determine if the ancestor
Organization was deleted.void verifyAndDeleteObject(SSOToken token, String profileDN) throws AMException
token
- User's single sign on tokenprofileDN
- DN
of entryAMException
- if an error occurs while trying to perform the operation.String getDeletedObjectFilter(int objectType) throws AMException, SSOException
(&(objectclass=inetOrgPerson)(inetUserStatus=deleted))
.
The search filters are configured in the Admin Console serviceobjectType
- Integer representing the object typeSSOException
- if the user's single sign on token is invalidAMException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.