Package io.dialob.security.uaa.spi.model
Interface UaaList<T>
-
- All Known Subinterfaces:
UaaGroupList,UaaUserList
- All Known Implementing Classes:
ImmutableUaaGroupList,ImmutableUaaUserList
public interface UaaList<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetItemsPerPage()List<T>getResources()List<String>getSchemas()IntegergetStartIndex()IntegergetTotalResults()
-