Uses of Class
org.openqa.selenium.grid.security.Secret
Packages that use Secret
Package
Description
The
Distributor
is responsible for assigning new
calls to Create Session to a Node
.-
Uses of Secret in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq with parameters of type Secret -
Uses of Secret in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type SecretModifierConstructorDescriptionprotected
Distributor
(Tracer tracer, HttpClient.Factory httpClientFactory, Secret registrationSecret) -
Uses of Secret in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SecretModifierConstructorDescriptionLocalDistributor
(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher) -
Uses of Secret in org.openqa.selenium.grid.distributor.remote
Constructors in org.openqa.selenium.grid.distributor.remote with parameters of type SecretModifierConstructorDescriptionRemoteDistributor
(Tracer tracer, HttpClient.Factory factory, URL url, Secret registrationSecret) -
Uses of Secret in org.openqa.selenium.grid.node
Constructors in org.openqa.selenium.grid.node with parameters of type Secret -
Uses of Secret in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type SecretConstructors in org.openqa.selenium.grid.node.local with parameters of type SecretModifierConstructorDescriptionprotected
LocalNode
(Tracer tracer, EventBus bus, URI uri, URI gridUri, HealthCheck healthCheck, int maxSessionCount, int drainAfterSessionCount, boolean cdpEnabled, boolean bidiEnabled, com.google.common.base.Ticker ticker, Duration sessionTimeout, Duration heartbeatPeriod, List<SessionSlot> factories, Secret registrationSecret, boolean managedDownloadsEnabled, int connectionLimitPerSession) -
Uses of Secret in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type SecretModifierConstructorDescriptionRemoteNode
(Tracer tracer, HttpClient.Factory clientFactory, NodeId id, URI externalUri, Secret registrationSecret, Duration sessionTimeout, Collection<Capabilities> capabilities) -
Uses of Secret in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return SecretMethods in org.openqa.selenium.grid.security with parameters of type SecretModifier and TypeMethodDescriptionboolean
static boolean
Constructors in org.openqa.selenium.grid.security with parameters of type Secret -
Uses of Secret in org.openqa.selenium.grid.sessionqueue
Constructors in org.openqa.selenium.grid.sessionqueue with parameters of type SecretModifierConstructorDescriptionprotected
NewSessionQueue
(Tracer tracer, Secret registrationSecret) -
Uses of Secret in org.openqa.selenium.grid.sessionqueue.local
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type SecretModifierConstructorDescriptionLocalNewSessionQueue
(Tracer tracer, SlotMatcher slotMatcher, Duration requestTimeoutCheck, Duration requestTimeout, Duration maximumResponseDelay, Secret registrationSecret, int batchSize) -
Uses of Secret in org.openqa.selenium.grid.sessionqueue.remote
Constructors in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SecretModifierConstructorDescriptionRemoteNewSessionQueue
(Tracer tracer, HttpClient client, Secret registrationSecret)