Class ShiroEncoderBuilder

java.lang.Object
org.pac4j.config.builder.AbstractBuilder
org.pac4j.config.builder.ShiroEncoderBuilder
All Implemented Interfaces:
PropertiesConstants

public class ShiroEncoderBuilder extends AbstractBuilder
Builder for Shiro (DefaultHashService and) DefaultPasswordService as password encoder.
Since:
2.1.0
Author:
Jerome Leleu
  • Constructor Details

    • ShiroEncoderBuilder

      public ShiroEncoderBuilder(Map<String,String> properties)
  • Method Details

    • tryCreatePasswordEncoder

      public void tryCreatePasswordEncoder(Map<String,org.pac4j.core.credentials.password.PasswordEncoder> encoders)