Uses of Interface
io.dialob.security.uaa.spi.model.UaaMeta
-
Packages that use UaaMeta Package Description io.dialob.security.uaa.spi.model -
-
Uses of UaaMeta in io.dialob.security.uaa.spi.model
Classes in io.dialob.security.uaa.spi.model that implement UaaMeta Modifier and Type Class Description classImmutableUaaMetaImmutable implementation ofUaaMeta.Methods in io.dialob.security.uaa.spi.model that return UaaMeta Modifier and Type Method Description UaaMetaImmutableUaaGroup. getMeta()UaaMetaImmutableUaaUser. getMeta()UaaMetaUaaGroup. getMeta()UaaMetaUaaUser. getMeta()Methods in io.dialob.security.uaa.spi.model with parameters of type UaaMeta Modifier and Type Method Description static ImmutableUaaMetaImmutableUaaMeta. copyOf(UaaMeta instance)Creates an immutable copy of aUaaMetavalue.ImmutableUaaMeta.BuilderImmutableUaaMeta.Builder. from(UaaMeta instance)Fill a builder with attribute values from the providedUaaMetainstance.ImmutableUaaGroup.BuilderImmutableUaaGroup.Builder. meta(UaaMeta meta)Initializes the value for themetaattribute.ImmutableUaaUser.BuilderImmutableUaaUser.Builder. meta(UaaMeta meta)Initializes the value for themetaattribute.ImmutableUaaGroupImmutableUaaGroup. withMeta(UaaMeta value)Copy the current immutable object by setting a value for themetaattribute.ImmutableUaaUserImmutableUaaUser. withMeta(UaaMeta value)Copy the current immutable object by setting a value for themetaattribute.
-