public interface IDynamicMembership extends IMembership
IMembership
Modifier and Type | Method and Description |
---|---|
Guid |
getSearchBase()
Gets the search base used to evaluate this dynamic group.
|
String |
getSearchFilter()
Gets the search filter used to evaluate this dynamic group.
|
int |
getSearchScope()
Gets the search scope used to evaluate this dynamic group.
|
void |
setSearchBase(Guid baseGuid)
Sets the search base used to evaluate this dynamic group.
|
void |
setSearchFilter(String filter)
Sets the search filter used to evaluate this dynamic group.
|
void |
setSearchScope(int scope)
Sets the search scope used to evaluate this dynamic group.
|
getMemberCount, getMemberIDAt, getMemberIDs, hasMember
void setSearchFilter(String filter)
filter
- search filter for evaluating members of the groupString getSearchFilter()
void setSearchBase(Guid baseGuid)
baseGuid
- Search base for evaluating members of the group.Guid getSearchBase()
void setSearchScope(int scope)
scope
- Search scope for evaluating members of the group. Use one of
the LDAPv2
scopes: SCOPE_BASE
,
SCOPE_ONE
, or SCOPE_SUB
.int getSearchScope()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.