Class DefaultPlatformPasswordEncoder

java.lang.Object
org.apache.fineract.infrastructure.core.domain.DefaultPlatformPasswordEncoder
All Implemented Interfaces:
org.apache.fineract.infrastructure.security.service.PlatformPasswordEncoder

@Service("applicationPasswordEncoder") @Scope("singleton") public class DefaultPlatformPasswordEncoder extends Object implements org.apache.fineract.infrastructure.security.service.PlatformPasswordEncoder
  • Constructor Details

    • DefaultPlatformPasswordEncoder

      @Autowired public DefaultPlatformPasswordEncoder(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
  • Method Details

    • encode

      public String encode(org.apache.fineract.infrastructure.security.domain.PlatformUser appUser)
      Specified by:
      encode in interface org.apache.fineract.infrastructure.security.service.PlatformPasswordEncoder