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 booleanExampleAuthorizer. 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 StringProtectedClassResource. showAdminSecret(User user)StringProtectedResource. showAdminSecret(User user)StringProtectedClassResource. showSecret(User user)StringProtectedResource. showSecret(User user)
-