Class FileSystemSecurityRealm.IntegrityResult

    • Field Detail

      • valid

        private final boolean valid
        The result of the integrity check and invalid identities.
    • Constructor Detail

      • IntegrityResult

        IntegrityResult​(boolean valid,
                        ArrayList<String> identityNames)
    • Method Detail

      • isValid

        public boolean isValid()
        The validity of the integrity check.
        Returns:
        true if the integrity check was successful.
      • getIdentityNames

        public String getIdentityNames()
        Returns a string of the identities that were found to be invalid.
        Returns:
        the list of identities that were found to be invalid.