Uses of Class
com.example.helloworld.core.User
-
Packages that use User Package Description com.example.helloworld.auth com.example.helloworld.resources -
-
Uses of User in com.example.helloworld.auth
Methods in com.example.helloworld.auth that return types with arguments of type User Modifier and Type Method Description Optional<User>
ExampleAuthenticator. authenticate(BasicCredentials credentials)
Methods in com.example.helloworld.auth with parameters of type User Modifier and Type Method Description boolean
ExampleAuthorizer. authorize(User user, String role, @Nullable jakarta.ws.rs.container.ContainerRequestContext ctx)
-
Uses of User in com.example.helloworld.resources
Methods in com.example.helloworld.resources with parameters of type User Modifier and Type Method Description String
ProtectedClassResource. showAdminSecret(User user)
String
ProtectedResource. showAdminSecret(User user)
String
ProtectedClassResource. showSecret(User user)
String
ProtectedResource. showSecret(User user)
-