Class VerificationAttributeDto
- java.lang.Object
 - 
- com.evolveum.midpoint.gui.impl.page.login.dto.VerificationAttributeDto
 
 
- 
- All Implemented Interfaces:
 Serializable
public class VerificationAttributeDto extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description VerificationAttributeDto(ItemPathType itemPath) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemPathTypegetItemPath()StringgetValue() 
 - 
 
- 
- 
Field Detail
- 
F_VALUE
public static final String F_VALUE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
VerificationAttributeDto
public VerificationAttributeDto(ItemPathType itemPath)
 
 - 
 
- 
Method Detail
- 
getItemPath
public ItemPathType getItemPath()
 
- 
getValue
public String getValue()
 
 - 
 
 -