Package io.dialob.security.uaa.spi.model
Interface UaaMeta
-
- All Known Implementing Classes:
ImmutableUaaMeta
@Immutable public interface UaaMeta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTimegetCreated()OffsetDateTimegetLastModified()IntegergetVersion()
-
-
-
Method Detail
-
getVersion
Integer getVersion()
-
getCreated
OffsetDateTime getCreated()
-
getLastModified
OffsetDateTime getLastModified()
-
-