Class LegacyPropertiesSecurityRealm.AccountEntry

    • Field Detail

      • name

        private final String name
      • passwordRepresentation

        private final String passwordRepresentation
    • Constructor Detail

      • AccountEntry

        private AccountEntry​(String name,
                             String passwordRepresentation,
                             String groups)
    • Method Detail

      • getName

        public String getName()
      • getPasswordRepresentation

        public String getPasswordRepresentation()