org.cloudfoundry.identity.uaa.password
Class PasswordCheckEndpoint
java.lang.Object
org.cloudfoundry.identity.uaa.password.PasswordCheckEndpoint
@Controller
public class PasswordCheckEndpoint
- extends Object
Password quality check endpoint.
- Author:
- Luke Taylor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordCheckEndpoint
public PasswordCheckEndpoint()
setScoreCalculator
public void setScoreCalculator(PasswordScoreCalculator scoreCalculator)
passwordScore
@RequestMapping(value="/password/score",
method=POST)
@ResponseBody
public PasswordScore passwordScore(@RequestParam
String password,
@RequestParam(defaultValue="")
String userData)
Copyright © 2013. All rights reserved.