Interface PermissionsQuery.IdentifierStage<I>
-
- Type Parameters:
I- the subject's identifier
- Enclosing interface:
- PermissionsQuery
public static interface PermissionsQuery.IdentifierStage<I>
Specifies an identifier for a specific subject type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PermissionsQuery.AllOrAnyStateanySubject()Act on any subject in this typePermissionsQuery.AllOrAnyStatewithName(I name)
-
-
-
Method Detail
-
withName
PermissionsQuery.AllOrAnyState withName(I name)
-
anySubject
PermissionsQuery.AllOrAnyState anySubject()
Act on any subject in this type- Returns:
- a stream providing all identifiers
-
-