Uses of Class
fr.gouv.vitam.common.model.unit.ValidatorOrSignerModel
Packages that use ValidatorOrSignerModel
-
Uses of ValidatorOrSignerModel in fr.gouv.vitam.common.model.unit
Fields in fr.gouv.vitam.common.model.unit declared as ValidatorOrSignerModelModifier and TypeFieldDescriptionprotected ValidatorOrSignerModel
SignatureDescriptionTypeModel.signer
protected ValidatorOrSignerModel
SignatureDescriptionTypeModel.validator
Methods in fr.gouv.vitam.common.model.unit that return ValidatorOrSignerModelModifier and TypeMethodDescriptionObjectFactory.createValidatorOrSignerModel()
Create an instance ofValidatorOrSignerModel
SignatureDescriptionTypeModel.getSigner()
SignatureDescriptionTypeModel.getValidator()
SignatureTypeModel.getValidator()
Deprecated.Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type ValidatorOrSignerModelMethods in fr.gouv.vitam.common.model.unit with parameters of type ValidatorOrSignerModelModifier and TypeMethodDescriptionSignatureDescriptionTypeModel.setSigner
(ValidatorOrSignerModel signer) SignatureDescriptionTypeModel.setValidator
(ValidatorOrSignerModel validator) SignatureTypeModel.setValidator
(ValidatorOrSignerModel validator) Deprecated.Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type ValidatorOrSignerModelModifier and TypeMethodDescriptionSignatureTypeModel.setSigner
(List<ValidatorOrSignerModel> signer) Deprecated.