public class LdapSyncRequest extends Object
Constructor and Description |
---|
LdapSyncRequest(LdapSyncSpecEntity.SyncType type,
boolean postProcessExistingUsers)
Construct an LdapSyncRequest.
|
LdapSyncRequest(LdapSyncSpecEntity.SyncType type,
Set<String> principalNames,
boolean postProcessExistingUsers)
Construct an LdapSyncRequest.
|
Modifier and Type | Method and Description |
---|---|
void |
addPrincipalNames(Set<String> principalNames)
Add principal names to the request.
|
boolean |
getPostProcessExistingUsers()
Gets whether to (re)exectue the post user creation hook on previously existing users
(if the post user creation hook feature has been enabled), on not.
|
Set<String> |
getPrincipalNames()
Get the principal names.
|
LdapSyncSpecEntity.SyncType |
getType()
Get the request type.
|
public LdapSyncRequest(LdapSyncSpecEntity.SyncType type, Set<String> principalNames, boolean postProcessExistingUsers)
type
- the request typeprincipalNames
- the principal namespostProcessExistingUsers
- true, to process existing users; false, otherwisepublic LdapSyncRequest(LdapSyncSpecEntity.SyncType type, boolean postProcessExistingUsers)
type
- the request typepublic void addPrincipalNames(Set<String> principalNames)
principalNames
- the principal names to be addedpublic Set<String> getPrincipalNames()
public LdapSyncSpecEntity.SyncType getType()
public boolean getPostProcessExistingUsers()
Copyright © 2022 Apache Software Foundation. All rights reserved.