Interface Authentication
public interface Authentication
Authentication information.
-
Field Details
-
SYSTEM_USER
This is a special user that is used to run internal system code. Should be used with care.- See Also:
-
SYSTEM_BYPASS_ROLE
This is a special role that allows to bypass all security checks. Should be used with care.- See Also:
-
-
Method Details
-
username
String username()Return username. -
roles
Return set of roles.
-