Interface MPRealmConfig


public interface MPRealmConfig
Configuration information used to populate a SimpleMapBackedSecurityRealm }
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine whether security via the embedded realm is enabled.
    The realm name.
     
  • Method Details

    • realmName

      @WithDefault("Quarkus") String realmName()
      The realm name. This is used when generating a hashed password
    • enabled

      @WithDefault("false") boolean enabled()
      Determine whether security via the embedded realm is enabled.
    • toString

      String toString()
      Overrides:
      toString in class Object