Uses of Interface
org.fcrepo.storage.ocfl.validation.HeadersValidator
-
Packages that use HeadersValidator Package Description org.fcrepo.storage.ocfl org.fcrepo.storage.ocfl.validation -
-
Uses of HeadersValidator in org.fcrepo.storage.ocfl
Methods in org.fcrepo.storage.ocfl with parameters of type HeadersValidator Modifier and Type Method Description voidDefaultOcflObjectSessionFactory. setHeadersValidator(HeadersValidator headersValidator)Changes the headers validator implementation for TESTING purposes.Constructors in org.fcrepo.storage.ocfl with parameters of type HeadersValidator Constructor Description DefaultOcflObjectSession(String sessionId, edu.wisc.library.ocfl.api.MutableOcflRepository ocflRepo, String ocflObjectId, Path objectStaging, com.fasterxml.jackson.databind.ObjectReader headerReader, com.fasterxml.jackson.databind.ObjectWriter headerWriter, CommitType commitType, Cache<String,ResourceHeaders> headersCache, Cache<String,String> rootIdCache, HeadersValidator headersValidator, boolean useUnsafeWrite) -
Uses of HeadersValidator in org.fcrepo.storage.ocfl.validation
Classes in org.fcrepo.storage.ocfl.validation that implement HeadersValidator Modifier and Type Class Description classDefaultHeadersValidatorHeaders validator that supports version 1.0 of the resource headers
-