Uses of Class
org.apache.syncope.common.lib.request.PasswordPatch
-
Packages that use PasswordPatch Package Description org.apache.syncope.common.lib.request org.apache.syncope.common.rest.api.service org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of PasswordPatch in org.apache.syncope.common.lib.request
Subclasses of PasswordPatch in org.apache.syncope.common.lib.request Modifier and Type Class Description class
ResourceAR
Resource Association Request.class
StatusR
Methods in org.apache.syncope.common.lib.request that return PasswordPatch Modifier and Type Method Description PasswordPatch
UserUR. getPassword()
protected PasswordPatch
PasswordPatch.Builder. newInstance()
Methods in org.apache.syncope.common.lib.request with parameters of type PasswordPatch Modifier and Type Method Description UserUR.Builder
UserUR.Builder. password(PasswordPatch password)
void
UserUR. setPassword(PasswordPatch password)
-
Uses of PasswordPatch in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type PasswordPatch Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfService. mustChangePassword(@NotNull PasswordPatch password)
Changes own password when change was forced by an administrator. -
Uses of PasswordPatch in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PasswordPatch Modifier and Type Method Description ProvisioningResult<UserTO>
UserLogic. mustChangePassword(PasswordPatch password, boolean nullPriorityAsync)
-
Uses of PasswordPatch in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type PasswordPatch Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfServiceImpl. mustChangePassword(PasswordPatch password)
-