org.cloudfoundry.identity.uaa.scim.endpoints
Class PasswordScore

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.endpoints.PasswordScore

public class PasswordScore
extends Object


Constructor Summary
PasswordScore(int score, int requiredScore)
           
 
Method Summary
 int getRequiredScore()
           
 int getScore()
           
 void setRequiredScore(int requiredScore)
           
 void setScore(int score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordScore

public PasswordScore(int score,
                     int requiredScore)
Method Detail

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.