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