Uses of Class
com.example.helloworld.core.User
Packages that use User
-
Uses of User in com.example.helloworld.auth
Methods in com.example.helloworld.auth that return types with arguments of type UserModifier and TypeMethodDescriptionExampleAuthenticator.authenticate
(BasicCredentials credentials) Methods in com.example.helloworld.auth with parameters of type User -
Uses of User in com.example.helloworld.resources
Methods in com.example.helloworld.resources with parameters of type UserModifier and TypeMethodDescriptionProtectedClassResource.showAdminSecret
(User user) ProtectedResource.showAdminSecret
(User user) ProtectedClassResource.showSecret
(User user) ProtectedResource.showSecret
(User user)