Uses of Interface
io.dialob.security.uaa.spi.model.UaaUser.Name
-
Packages that use UaaUser.Name Package Description io.dialob.security.uaa.spi.model -
-
Uses of UaaUser.Name in io.dialob.security.uaa.spi.model
Classes in io.dialob.security.uaa.spi.model that implement UaaUser.Name Modifier and Type Class Description static classImmutableUaaUser.NameImmutable implementation ofUaaUser.Name.Methods in io.dialob.security.uaa.spi.model that return UaaUser.Name Modifier and Type Method Description UaaUser.NameImmutableUaaUser. getName()UaaUser.NameUaaUser. getName()Methods in io.dialob.security.uaa.spi.model with parameters of type UaaUser.Name Modifier and Type Method Description static ImmutableUaaUser.NameImmutableUaaUser.Name. copyOf(UaaUser.Name instance)Creates an immutable copy of aUaaUser.Namevalue.ImmutableUaaUser.Name.BuilderImmutableUaaUser.Name.Builder. from(UaaUser.Name instance)Fill a builder with attribute values from the providedNameinstance.ImmutableUaaUser.BuilderImmutableUaaUser.Builder. name(UaaUser.Name name)Initializes the value for thenameattribute.ImmutableUaaUserImmutableUaaUser. withName(UaaUser.Name value)Copy the current immutable object by setting a value for thenameattribute.
-