Uses of Class
com.evolveum.midpoint.web.page.admin.home.dto.MyPasswordsDto
-
Packages that use MyPasswordsDto Package Description com.evolveum.midpoint.web.page.admin.home.dto com.evolveum.midpoint.web.page.self com.evolveum.midpoint.web.page.self.component -
-
Uses of MyPasswordsDto in com.evolveum.midpoint.web.page.admin.home.dto
Methods in com.evolveum.midpoint.web.page.admin.home.dto that return MyPasswordsDto Modifier and Type Method Description MyPasswordsDto
MyCredentialsDto. getMyPasswordsDto()
Methods in com.evolveum.midpoint.web.page.admin.home.dto with parameters of type MyPasswordsDto Modifier and Type Method Description void
MyCredentialsDto. setMyPasswordsDto(MyPasswordsDto myPasswordsDto)
-
Uses of MyPasswordsDto in com.evolveum.midpoint.web.page.self
Methods in com.evolveum.midpoint.web.page.self that return MyPasswordsDto Modifier and Type Method Description protected MyPasswordsDto
PageAbstractSelfCredentials. getPasswordDto()
-
Uses of MyPasswordsDto in com.evolveum.midpoint.web.page.self.component
Constructor parameters in com.evolveum.midpoint.web.page.self.component with type arguments of type MyPasswordsDto Constructor Description ChangePasswordPanel(String id, org.apache.wicket.model.IModel<MyPasswordsDto> model)
-