Module quak.framework.security
Interface Role
public interface Role
Represents a user role for role-based authorization.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ANY_ROLE
- See Also:
-
-
Method Details
-
any
Allow any user.- Returns:
- A role representing any user.
-
asText
String asText()- Returns:
- This role as a String.
-