Uses of Class
org.apache.syncope.common.lib.request.PasswordPatch
Packages that use PasswordPatch
Package
Description
-
Uses of PasswordPatch in org.apache.syncope.common.lib.request
Subclasses of PasswordPatch in org.apache.syncope.common.lib.requestMethods in org.apache.syncope.common.lib.request that return PasswordPatchModifier and TypeMethodDescriptionUserUR.getPassword()protected PasswordPatchPasswordPatch.Builder.newInstance()Methods in org.apache.syncope.common.lib.request with parameters of type PasswordPatchModifier and TypeMethodDescriptionUserUR.Builder.password(PasswordPatch password) voidUserUR.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 PasswordPatchModifier and TypeMethodDescriptionUserSelfService.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 PasswordPatchModifier and TypeMethodDescriptionUserLogic.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