Uses of Interface
io.dialob.security.uaa.spi.model.UaaGroup
-
Packages that use UaaGroup Package Description io.dialob.security.uaa.spi io.dialob.security.uaa.spi.model -
-
Uses of UaaGroup in io.dialob.security.uaa.spi
Methods in io.dialob.security.uaa.spi that return UaaGroup Modifier and Type Method Description UaaGroupUaaClient. getGroup(String groupId) -
Uses of UaaGroup in io.dialob.security.uaa.spi.model
Classes in io.dialob.security.uaa.spi.model that implement UaaGroup Modifier and Type Class Description classImmutableUaaGroupImmutable implementation ofUaaGroup.Methods in io.dialob.security.uaa.spi.model that return types with arguments of type UaaGroup Modifier and Type Method Description List<UaaGroup>ImmutableUaaGroupList. getResources()Methods in io.dialob.security.uaa.spi.model with parameters of type UaaGroup Modifier and Type Method Description ImmutableUaaGroupList.BuilderImmutableUaaGroupList.Builder. addResources(UaaGroup element)Adds one element toresourceslist.ImmutableUaaGroupList.BuilderImmutableUaaGroupList.Builder. addResources(UaaGroup... elements)Adds elements toresourceslist.static ImmutableUaaGroupImmutableUaaGroup. copyOf(UaaGroup instance)Creates an immutable copy of aUaaGroupvalue.ImmutableUaaGroup.BuilderImmutableUaaGroup.Builder. from(UaaGroup instance)Fill a builder with attribute values from the providedio.dialob.security.uaa.spi.model.UaaGroupinstance.ImmutableUaaGroupListImmutableUaaGroupList. withResources(UaaGroup... elements)Copy the current immutable object with elements that replace the content ofresources.Method parameters in io.dialob.security.uaa.spi.model with type arguments of type UaaGroup Modifier and Type Method Description ImmutableUaaGroupList.BuilderImmutableUaaGroupList.Builder. addAllResources(Iterable<? extends UaaGroup> elements)Adds elements toresourceslist.ImmutableUaaGroupList.BuilderImmutableUaaGroupList.Builder. resources(Iterable<? extends UaaGroup> elements)Sets or replaces all elements forresourceslist.ImmutableUaaGroupListImmutableUaaGroupList. withResources(Iterable<? extends UaaGroup> elements)Copy the current immutable object with elements that replace the content ofresources.
-