Package org.bremersee.security.access
Interface Ace
-
@Validated public interface Ace
The access control entry interface.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Set<String>
getGroups()
Gets groups.@NotNull Set<String>
getRoles()
Gets roles.@NotNull Set<String>
getUsers()
Gets users.boolean
isGuest()
Determines whether guests have access.void
setGuest(boolean guest)
Sets guest access.
-