Uses of Class
br.ufsc.labsec.component.AbstractComponentConfiguration
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.component
Subclasses of AbstractComponentConfiguration in br.ufsc.labsec.component Modifier and Type Class Description class
ComponentConfiguration
Classe para fazer a interpretação do arquivo de configuração dos componentesFields in br.ufsc.labsec.component declared as AbstractComponentConfiguration Modifier and Type Field Description protected static AbstractComponentConfiguration
AbstractComponentConfiguration. instance
Methods in br.ufsc.labsec.component that return AbstractComponentConfiguration Modifier and Type Method Description AbstractComponentConfiguration
AbstractComponentConfiguration. component(Class<? extends Component> componentClass)
Define um component que receberá uma conexãoAbstractComponentConfiguration
AbstractComponentConfiguration. connect(Class<? extends Component> componentClass)
Define qual o componente que será conectado para prover o serviço necessáriostatic AbstractComponentConfiguration
AbstractComponentConfiguration. getInstance()
AbstractComponentConfiguration
AbstractComponentConfiguration. on(Class<?> role)
O papel em qual deve ser executada a conexãoAbstractComponentConfiguration
AbstractComponentConfiguration. param(String name, Object value)
This method is responsible for handling the contents that might be stored inside the "componentParams" attribute.AbstractComponentConfiguration
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.Constructors in br.ufsc.labsec.component with parameters of type AbstractComponentConfiguration Constructor Description Application(AbstractComponentConfiguration componentConfiguration, boolean downloadTrustAnchors)
Application(AbstractComponentConfiguration componentConfiguration, List<SignatureDataWrapper> signatureWrapperList)
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as AbstractComponentConfiguration Modifier and Type Field Description protected static AbstractComponentConfiguration
SignerRequest. configuration
Configuração definida automaticamente ou definida pelo usuário para o componente de assinaturaMethods in br.ufsc.labsec.signature with parameters of type AbstractComponentConfiguration Modifier and Type Method Description SignerRequest<Info>
SignerRequest. withConfiguration(AbstractComponentConfiguration configuration)
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier
Subclasses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier Modifier and Type Class Description class
ConformanceVerifier
Classe de inicialização do Verificador de ConformidadeMethods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type AbstractComponentConfiguration Modifier and Type Method Description VerifierRequest
VerifierRequest. withConfiguration(AbstractComponentConfiguration configuration)
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps
Constructors in br.ufsc.labsec.signature.conformanceVerifier.validationService.trustedList.steps with parameters of type AbstractComponentConfiguration Constructor Description ValidateList(ComputeList parent, AbstractComponentConfiguration configuration, DSSSourcedDocument tl)
-
Uses of AbstractComponentConfiguration in br.ufsc.labsec.signature.signer
Subclasses of AbstractComponentConfiguration in br.ufsc.labsec.signature.signer Modifier and Type Class Description class
ReferenceSigner
Esta classe engloba métodos do assinador de referência