Uses of Class
io.dialob.security.uaa.spi.model.ImmutableUaaUser.Name
-
Packages that use ImmutableUaaUser.Name Package Description io.dialob.security.uaa.spi.model -
-
Uses of ImmutableUaaUser.Name in io.dialob.security.uaa.spi.model
Methods in io.dialob.security.uaa.spi.model that return ImmutableUaaUser.Name Modifier and Type Method Description ImmutableUaaUser.NameImmutableUaaUser.Name.Builder. build()Builds a newName.static ImmutableUaaUser.NameImmutableUaaUser.Name. copyOf(UaaUser.Name instance)Creates an immutable copy of aUaaUser.Namevalue.ImmutableUaaUser.NameImmutableUaaUser.Name. withFamilyName(String value)Copy the current immutable object by setting a value for thefamilyNameattribute.ImmutableUaaUser.NameImmutableUaaUser.Name. withGivenName(String value)Copy the current immutable object by setting a value for thegivenNameattribute.
-