Uses of Class
br.ufsc.labsec.component.AbstractComponentConfiguration
Packages that use AbstractComponentConfiguration
Package
Description
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.component
Subclasses of AbstractComponentConfiguration in br.ufsc.labsec.componentModifier and TypeClassDescriptionclassClasse para fazer a interpretação do arquivo de configuração dos componentesFields in br.ufsc.labsec.component declared as AbstractComponentConfigurationModifier and TypeFieldDescriptionprotected static AbstractComponentConfigurationAbstractComponentConfiguration.instanceMethods in br.ufsc.labsec.component that return AbstractComponentConfigurationModifier and TypeMethodDescriptionDefine um component que receberá uma conexãoDefine qual o componente que será conectado para prover o serviço necessárioApplication.getConfiguration()AbstractComponentConfiguration.getInstance()O papel em qual deve ser executada a conexãoThis method is responsible for handling the contents that might be stored inside the "componentParams" attribute. 1.AbstractComponentConfiguration.paramAppend(String name, String value) Pretty much the same thing as above; at the end of the method, though, we do not create a singleton list. 1.Methods in br.ufsc.labsec.component with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionprotected static voidAbstractComponentConfiguration.initializeConfiguration(AbstractComponentConfiguration configuration, boolean immediateAnchorUpdate, boolean downloadLpa) Constructors in br.ufsc.labsec.component with parameters of type AbstractComponentConfigurationModifierConstructorDescriptionApplication(AbstractComponentConfiguration componentConfiguration) Application(AbstractComponentConfiguration componentConfiguration, Queue<SignatureWrapper> signatureWrappers) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as AbstractComponentConfigurationModifier and TypeFieldDescriptionprotected static AbstractComponentConfigurationSignerRequest.configurationConfiguração definida automaticamente ou definida pelo usuário para o componente de assinaturaMethods in br.ufsc.labsec.signature with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionSignatureExtensionRequest.withConfiguration(AbstractComponentConfiguration configuration) SignerRequest.withConfiguration(AbstractComponentConfiguration configuration) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier
Modifier and TypeClassDescriptionclassClasse de inicialização do Verificador de ConformidadeMethods in br.ufsc.labsec.signature.conformanceVerifier that return AbstractComponentConfigurationMethods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionVerifierRequest.withConfiguration(AbstractComponentConfiguration configuration) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler
Methods in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionstatic TrustPointSchedulerTrustPointScheduler.buildAndStart(AbstractComponentConfiguration configuration, boolean immediateUpdate) Constructors in br.ufsc.labsec.signature.conformanceVerifier.anchor.scheduler with parameters of type AbstractComponentConfigurationModifierConstructorDescriptionTrustPointScheduler(AbstractComponentConfiguration configuration, boolean immediateUpdate) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionstatic voidSignaturePolicyReportManager.setAuxiliaryApplication(AbstractComponentConfiguration configuration) Configura a aplicação auxiliar. -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.validationService
Constructors in br.ufsc.labsec.signature.conformanceVerifier.validationService with parameters of type AbstractComponentConfigurationModifierConstructorDescriptionTrustPointProxy(AbstractComponentConfiguration configuration) TrustPointProxy(AbstractComponentConfiguration configuration, TrustPointDB database) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps that return AbstractComponentConfigurationConstructors in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps with parameters of type AbstractComponentConfigurationModifierConstructorDescriptionTrustedListContext(String url, DSSOnlineTrustedListLoader loader, AbstractComponentConfiguration configuration, Map<String, org.apache.commons.lang3.tuple.Pair<TrustPointResult, Semaphore>> hexDigestHistory) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustpoint with parameters of type AbstractComponentConfigurationModifier and TypeMethodDescriptionTrustedListService.startOperation(DSSOnlineTrustedListLoader loader, AbstractComponentConfiguration configuration, Map<String, org.apache.commons.lang3.tuple.Pair<TrustPointResult, Semaphore>> hexDigestHistory) -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.signer
Subclasses of AbstractComponentConfiguration in br.ufsc.labsec.signature.signerModifier and TypeClassDescriptionclassEsta classe engloba métodos do assinador de referência -
Uses of AbstractComponentConfiguration in br.ufsc.labsec.web
Methods in br.ufsc.labsec.web that return AbstractComponentConfigurationModifier and TypeMethodDescriptionprotected abstract AbstractComponentConfigurationWebInitializerCommon.getConfiguration()