@Generated(value="org.immutables.processor.ProxyProcessor") public final class UserConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UserConfig.Builder
Builds instances of type
UserConfig. |
| Modifier and Type | Method and Description |
|---|---|
static UserConfig.Builder |
builder()
Creates a builder for
UserConfig. |
boolean |
equals(Object another)
This instance is equal to all instances of
UserConfig that have equal attribute values. |
List<String> |
getAllowedGroups()
The allowed groups
|
Boolean |
getAllowOriginLoop()
Flag for switching off the loop over all origins in a zone (defaults to true)
|
Boolean |
getcheckOriginEnabled()
Flag for switching on the check if origin is valid when creating or updating users
|
List<String> |
getDefaultGroups()
The default groups
|
Integer |
getMaxUsers()
Number of users in the zone.
|
int |
hashCode()
Computes a hash code from attributes:
defaultGroups, allowedGroups, maxUsers, getcheckOriginEnabled, allowOriginLoop. |
String |
toString()
Prints the immutable value
UserConfig with attribute values. |
public Integer getMaxUsers()
public Boolean getcheckOriginEnabled()
public Boolean getAllowOriginLoop()
public boolean equals(Object another)
UserConfig that have equal attribute values.public int hashCode()
defaultGroups, allowedGroups, maxUsers, getcheckOriginEnabled, allowOriginLoop.public String toString()
UserConfig with attribute values.public static UserConfig.Builder builder()
UserConfig.
UserConfig.builder()
.defaultGroups(List<String> | null) // nullable defaultGroups
.allowedGroups(List<String> | null) // nullable allowedGroups
.maxUsers(Integer | null) // nullable maxUsers
.getcheckOriginEnabled(Boolean | null) // nullable getcheckOriginEnabled
.allowOriginLoop(Boolean | null) // nullable allowOriginLoop
.build();
Copyright © 2026. All rights reserved.