Class MyCredentialsDto
- java.lang.Object
-
- com.evolveum.midpoint.web.page.admin.home.dto.MyCredentialsDto
-
- All Implemented Interfaces:
Serializable
public class MyCredentialsDto extends Object implements Serializable
- Author:
- skublik
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_MY_PASSOWRDS_DTO
static String
F_PASSWORD_QUESTIONS_DTO
-
Constructor Summary
Constructors Constructor Description MyCredentialsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyPasswordsDto
getMyPasswordsDto()
PasswordQuestionsDto
getPasswordQuestionsDto()
void
setMyPasswordsDto(MyPasswordsDto myPasswordsDto)
void
setPasswordQuestionsDto(PasswordQuestionsDto passwordQuestionsDto)
-
-
-
Field Detail
-
F_MY_PASSOWRDS_DTO
public static final String F_MY_PASSOWRDS_DTO
- See Also:
- Constant Field Values
-
F_PASSWORD_QUESTIONS_DTO
public static final String F_PASSWORD_QUESTIONS_DTO
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMyPasswordsDto
public MyPasswordsDto getMyPasswordsDto()
-
setMyPasswordsDto
public void setMyPasswordsDto(MyPasswordsDto myPasswordsDto)
-
getPasswordQuestionsDto
public PasswordQuestionsDto getPasswordQuestionsDto()
-
setPasswordQuestionsDto
public void setPasswordQuestionsDto(PasswordQuestionsDto passwordQuestionsDto)
-
-