Class FileSystemSecurityRealm.IntegrityResult

java.lang.Object
org.wildfly.security.auth.realm.FileSystemSecurityRealm.IntegrityResult
Enclosing class:
FileSystemSecurityRealm

public static class FileSystemSecurityRealm.IntegrityResult extends Object
  • Method Details

    • 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.