Uses of Interface
io.dialob.security.uaa.spi.model.UaaUser.Group
-
Packages that use UaaUser.Group Package Description io.dialob.security.uaa.spi.model -
-
Uses of UaaUser.Group in io.dialob.security.uaa.spi.model
Classes in io.dialob.security.uaa.spi.model that implement UaaUser.Group Modifier and Type Class Description static classImmutableUaaUser.GroupImmutable implementation ofUaaUser.Group.Methods in io.dialob.security.uaa.spi.model that return types with arguments of type UaaUser.Group Modifier and Type Method Description List<UaaUser.Group>ImmutableUaaUser. getGroups()List<UaaUser.Group>UaaUser. getGroups()Methods in io.dialob.security.uaa.spi.model with parameters of type UaaUser.Group Modifier and Type Method Description ImmutableUaaUser.BuilderImmutableUaaUser.Builder. addGroups(UaaUser.Group element)Adds one element togroupslist.ImmutableUaaUser.BuilderImmutableUaaUser.Builder. addGroups(UaaUser.Group... elements)Adds elements togroupslist.static ImmutableUaaUser.GroupImmutableUaaUser.Group. copyOf(UaaUser.Group instance)Creates an immutable copy of aUaaUser.Groupvalue.ImmutableUaaUser.Group.BuilderImmutableUaaUser.Group.Builder. from(UaaUser.Group instance)Fill a builder with attribute values from the providedGroupinstance.ImmutableUaaUserImmutableUaaUser. withGroups(UaaUser.Group... elements)Copy the current immutable object with elements that replace the content ofgroups.Method parameters in io.dialob.security.uaa.spi.model with type arguments of type UaaUser.Group Modifier and Type Method Description ImmutableUaaUser.BuilderImmutableUaaUser.Builder. addAllGroups(Iterable<? extends UaaUser.Group> elements)Adds elements togroupslist.ImmutableUaaUser.BuilderImmutableUaaUser.Builder. groups(Iterable<? extends UaaUser.Group> elements)Sets or replaces all elements forgroupslist.ImmutableUaaUserImmutableUaaUser. withGroups(Iterable<? extends UaaUser.Group> elements)Copy the current immutable object with elements that replace the content ofgroups.
-