| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
UserConfig.Builder |
UserConfig.Builder.addAllAllowedGroups(Iterable<String> elements)
Adds elements to
allowedGroups list. |
UserConfig.Builder |
UserConfig.Builder.addAllDefaultGroups(Iterable<String> elements)
Adds elements to
defaultGroups list. |
UserConfig.Builder |
UserConfig.Builder.allowedGroup(String element)
Adds one element to
allowedGroups list. |
UserConfig.Builder |
UserConfig.Builder.allowedGroups(Iterable<String> elements)
Sets or replaces all elements for
allowedGroups list. |
UserConfig.Builder |
UserConfig.Builder.allowedGroups(String... elements)
Adds elements to
allowedGroups list. |
UserConfig.Builder |
UserConfig.Builder.allowOriginLoop(Boolean allowOriginLoop)
Initializes the value for the
allowOriginLoop attribute. |
static UserConfig.Builder |
UserConfig.builder()
Creates a builder for
UserConfig. |
UserConfig.Builder |
UserConfig.Builder.defaultGroup(String element)
Adds one element to
defaultGroups list. |
UserConfig.Builder |
UserConfig.Builder.defaultGroups(Iterable<String> elements)
Sets or replaces all elements for
defaultGroups list. |
UserConfig.Builder |
UserConfig.Builder.defaultGroups(String... elements)
Adds elements to
defaultGroups list. |
UserConfig.Builder |
UserConfig.Builder.from(UserConfig instance)
Fill a builder with attribute values from the provided
UserConfig instance. |
UserConfig.Builder |
UserConfig.Builder.getcheckOriginEnabled(Boolean getcheckOriginEnabled)
Initializes the value for the
getcheckOriginEnabled attribute. |
UserConfig.Builder |
UserConfig.Builder.maxUsers(Integer maxUsers)
Initializes the value for the
maxUsers attribute. |
Copyright © 2026. All rights reserved.