Package io.meeds.social.security.rest
Class DigestAuthenticatorRest
java.lang.Object
io.meeds.social.security.rest.DigestAuthenticatorRest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratePassword(jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
DigestAuthenticatorRest
public DigestAuthenticatorRest()
-
-
Method Details
-
generatePassword
@GetMapping @Secured("users") public String generatePassword(jakarta.servlet.http.HttpServletRequest request) throws IOException - Throws:
IOException
-