com.atlassian.crowd.integration.rest.entity
Class ValidationFactorEntity

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.entity.ValidationFactorEntity

public class ValidationFactorEntity
extends Object

REST version of a validation factor.


Constructor Summary
ValidationFactorEntity(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
static ValidationFactorEntity newInstance(ValidationFactor validationFactor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationFactorEntity

public ValidationFactorEntity(String name,
                              String value)
Method Detail

getName

public String getName()

getValue

public String getValue()

newInstance

public static ValidationFactorEntity newInstance(ValidationFactor validationFactor)


Copyright © 2012 Atlassian. All Rights Reserved.