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 ItemPathType
getItemPath()
String
getValue()
-
-
-
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()
-
-