org.cloudfoundry.identity.uaa.scim.endpoints
Class PasswordScore
java.lang.Object
org.cloudfoundry.identity.uaa.scim.endpoints.PasswordScore
public class PasswordScore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordScore
public PasswordScore(int score,
int requiredScore)
getRequiredScore
public int getRequiredScore()
setRequiredScore
public void setRequiredScore(int requiredScore)
getScore
public int getScore()
setScore
public void setScore(int score)
Copyright © 2013. All rights reserved.