public static class AADAuthenticationProperties.UserGroupProperties extends Object
| Constructor and Description |
|---|
UserGroupProperties() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllowedGroupIds() |
List<String> |
getAllowedGroupNames() |
List<String> |
getAllowedGroups()
Deprecated.
|
Boolean |
getEnableFullList()
Deprecated.
|
void |
setAllowedGroupIds(Set<String> allowedGroupIds)
Set the allowed group ids.
|
void |
setAllowedGroupNames(List<String> allowedGroupNames) |
void |
setAllowedGroups(List<String> allowedGroups)
Deprecated.
|
void |
setEnableFullList(Boolean enableFullList) |
public void setAllowedGroupIds(Set<String> allowedGroupIds)
allowedGroupIds - Allowed group ids.@Deprecated @DeprecatedConfigurationProperty(reason="enable-full-list is not easy to understand.", replacement="allowed-group-ids: all") public Boolean getEnableFullList()
public void setEnableFullList(Boolean enableFullList)
@Deprecated @DeprecatedConfigurationProperty(reason="In order to distinguish between allowed-group-ids and allowed-group-names, set allowed-groups deprecated.", replacement="azure.activedirectory.user-group.allowed-group-names") public List<String> getAllowedGroups()
@Deprecated public void setAllowedGroups(List<String> allowedGroups)
Copyright © 2021 Microsoft Corporation. All rights reserved.