Constant Field Values

Contents

org.springframework.*

  • org.springframework.security.crypto.codec.Base64 
    Modifier and Type Constant Field Value
    public static final int DECODE 0
    public static final int DO_BREAK_LINES 8
    public static final int ENCODE 1
    public static final int NO_OPTIONS 0
    public static final int ORDERED 32
    public static final int URL_SAFE 16
  • org.springframework.security.crypto.password.DelegatingPasswordEncoder 
    Modifier and Type Constant Field Value
    public static final java.lang.String NO_PASSWORD_ENCODER_MAPPED "There is no PasswordEncoder mapped for the id \"%s\""
    public static final java.lang.String NO_PASSWORD_ENCODER_PREFIX "You have entered a password with no PasswordEncoder. If that is your intent, it should be prefixed with `{noop}`."