Class PropertiesRealmConfig


  • public class PropertiesRealmConfig
    extends Object
    A configuration object for a properties resource based realm configuration, LegacyPropertiesSecurityRealm It consists of a users.properties that has the format: user1=password1 user2=password2 and a roles.properties that has the format: user1=role1,role2,...,roleN1 user2=role21,role2,...,roleN2
    • Field Detail

      • enabled

        @ConfigItem
        public boolean enabled
        Determine whether security via the file realm is enabled.
      • plainText

        @ConfigItem
        public boolean plainText
        If the properties are stored in plain text. If this is false (the default) then it is expected that the passwords are of the form HEX( MD5( username ":" realm ":" password ) )
    • Constructor Detail

      • PropertiesRealmConfig

        public PropertiesRealmConfig()