Interface PermissionsQuery.SubjectStage
-
- Enclosing interface:
- PermissionsQuery
public static interface PermissionsQuery.SubjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<CalculatedSubject>loaded()CompletableFuture<Set<String>>names()CompletableFuture<Set<CalculatedSubject>>subjects()
-
-
-
Method Detail
-
loaded
Stream<CalculatedSubject> loaded()
-
names
CompletableFuture<Set<String>> names()
-
subjects
CompletableFuture<Set<CalculatedSubject>> subjects()
-
-