Uses of Interface
org.operaton.bpm.engine.identity.PasswordPolicyResult
Packages that use PasswordPolicyResult
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of PasswordPolicyResult in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return PasswordPolicyResultModifier and TypeMethodDescriptionIdentityService.checkPasswordAgainstPolicy(String password) Check a given password against the configuredPasswordPolicy.IdentityService.checkPasswordAgainstPolicy(String candidatePassword, User user) Check a given password against the configuredPasswordPolicy.IdentityService.checkPasswordAgainstPolicy(PasswordPolicy policy, String password) Check a given password against a givenPasswordPolicy.IdentityService.checkPasswordAgainstPolicy(PasswordPolicy policy, String candidatePassword, User user) Check a given password against a givenPasswordPolicy. -
Uses of PasswordPolicyResult in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return PasswordPolicyResultModifier and TypeMethodDescriptionIdentityServiceImpl.checkPasswordAgainstPolicy(String password) IdentityServiceImpl.checkPasswordAgainstPolicy(String candidatePassword, User user) IdentityServiceImpl.checkPasswordAgainstPolicy(PasswordPolicy policy, String password) IdentityServiceImpl.checkPasswordAgainstPolicy(PasswordPolicy policy, String candidatePassword, User user) -
Uses of PasswordPolicyResult in org.operaton.bpm.engine.impl.identity
Classes in org.operaton.bpm.engine.impl.identity that implement PasswordPolicyResult -
Uses of PasswordPolicyResult in org.operaton.bpm.engine.rest.dto.identity
Methods in org.operaton.bpm.engine.rest.dto.identity with parameters of type PasswordPolicyResultModifier and TypeMethodDescriptionstatic CheckPasswordPolicyResultDtoCheckPasswordPolicyResultDto.fromPasswordPolicyResult(PasswordPolicyResult result)