-
public final class DocumentValidationResult.PasswordProtected extends DocumentValidationResult
The document is password protected and requires authentication.
-
-
Field Summary
Fields Modifier and Type Field Description private final SecurityLevelsecurityLevel
-
Constructor Summary
Constructors Constructor Description DocumentValidationResult.PasswordProtected(SecurityLevel securityLevel)
-
Method Summary
Modifier and Type Method Description final SecurityLevelgetSecurityLevel()-
-
Constructor Detail
-
DocumentValidationResult.PasswordProtected
DocumentValidationResult.PasswordProtected(SecurityLevel securityLevel)
- Parameters:
securityLevel- The level of security protection (if determinable)
-
-
Method Detail
-
getSecurityLevel
final SecurityLevel getSecurityLevel()
-
-
-
-