Uses of Interface
ratpack.core.handling.UserId
-
Packages that use UserId Package Description ratpack.core.handling The handling of application requests. -
-
Uses of UserId in ratpack.core.handling
Methods in ratpack.core.handling that return UserId Modifier and Type Method Description static UserId
UserId. of(String userIdentifier)
Creates new user identifier of the given string.
-