Uses of Enum Class
br.ufsc.labsec.TrustPointProxy.Operation
Packages that use TrustPointProxy.Operation
-
Uses of TrustPointProxy.Operation in br.ufsc.labsec
Subclasses with type arguments of type TrustPointProxy.Operation in br.ufsc.labsecModifier and TypeClassDescriptionstatic enumEnum of operations that can be performed on trust anchorsMethods in br.ufsc.labsec that return TrustPointProxy.OperationModifier and TypeMethodDescriptionstatic TrustPointProxy.OperationReturns the enum constant of this class with the specified name.static TrustPointProxy.Operation[]TrustPointProxy.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in br.ufsc.labsec with parameters of type TrustPointProxy.OperationModifier and TypeMethodDescriptionvoidTrustPointProxy.operate(Set<String> urls, TrustPointProxy.Operation operation) Method parameters in br.ufsc.labsec with type arguments of type TrustPointProxy.OperationModifier and TypeMethodDescriptionvoidTrustPointProxy.update(Map<TrustPointProxy.Operation, Set<String>> operationsMap) Atualiza os pontos de confiança -
Uses of TrustPointProxy.Operation in br.ufsc.labsec.scheduler
Methods in br.ufsc.labsec.scheduler that return TrustPointProxy.OperationModifier and TypeMethodDescriptionTrustPointSchedulerUtils.QueueElement.operation()Returns the value of theoperationrecord component.Method parameters in br.ufsc.labsec.scheduler with type arguments of type TrustPointProxy.OperationModifier and TypeMethodDescriptionTrustPointScheduler.addAnchorsToTrigger(Map<String, TrustPointProxy.Operation> operations) TrustPointSchedulerUtils.QueueElement.fromOperations(Map<String, TrustPointProxy.Operation> operations) Constructors in br.ufsc.labsec.scheduler with parameters of type TrustPointProxy.OperationModifierConstructorDescriptionQueueElement(String url, TrustPointProxy.Operation operation, Date triggerRequestTime) Creates an instance of aQueueElementrecord class.