Package org.wildfly.security.auth.realm
Class FileSystemSecurityRealm.IntegrityResult
java.lang.Object
org.wildfly.security.auth.realm.FileSystemSecurityRealm.IntegrityResult
- Enclosing class:
- FileSystemSecurityRealm
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string of the identities that were found to be invalid.booleanisValid()The validity of the integrity check.
-
Method Details
-
isValid
public boolean isValid()The validity of the integrity check.- Returns:
trueif the integrity check was successful.
-
getIdentityNames
Returns a string of the identities that were found to be invalid.- Returns:
- the list of identities that were found to be invalid.
-