Uses of Class
systems.dennis.auth.form.ChangePasswordForm
Packages that use ChangePasswordForm
Package
Description
-
Uses of ChangePasswordForm in systems.dennis.auth.config
Methods in systems.dennis.auth.config with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionbooleanAuthorizationDelegator.changePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scopeModel) -
Uses of ChangePasswordForm in systems.dennis.auth.controller
Methods in systems.dennis.auth.controller with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionAuthorizeControllerVersion2.changePassword(jakarta.servlet.http.HttpServletRequest req, ChangePasswordForm form) -
Uses of ChangePasswordForm in systems.dennis.auth.delegations.ldap
Methods in systems.dennis.auth.delegations.ldap with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionbooleanLdapAuthorization.changePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) -
Uses of ChangePasswordForm in systems.dennis.auth.delegations.phone
Methods in systems.dennis.auth.delegations.phone with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionbooleanPhoneAuthorizationDelegator.changePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scopeModel) -
Uses of ChangePasswordForm in systems.dennis.auth.delegations.simple
Methods in systems.dennis.auth.delegations.simple with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionbooleanDefaultAuthorizationDelegator.changePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) -
Uses of ChangePasswordForm in systems.dennis.auth.delegations.virtual
Methods in systems.dennis.auth.delegations.virtual with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionbooleanVirtualUserAuthorizationDelegator.changePassword(jakarta.servlet.http.HttpServletRequest req, systems.dennis.shared.config.WebContext.LocalWebContext context, ChangePasswordForm loginPassword, systems.dennis.shared.scopes.model.ScopeModel scope) -
Uses of ChangePasswordForm in systems.dennis.auth.form
Methods in systems.dennis.auth.form with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionsystems.dennis.shared.pojo_form.ValidationResultCurrentPasswordValidator.validate(ChangePasswordForm element, String value, systems.dennis.shared.annotations.ValidationContent content) -
Uses of ChangePasswordForm in systems.dennis.auth.validators
Methods in systems.dennis.auth.validators with parameters of type ChangePasswordFormModifier and TypeMethodDescriptionsystems.dennis.shared.pojo_form.ValidationResultChangePasswordValidator.validate(ChangePasswordForm element, String value, systems.dennis.shared.annotations.ValidationContent content)