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 SecretModifierConstructorDescriptionprotectedDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.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(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.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(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.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 SecretModifier and TypeMethodDescriptionstatic LocalNode.BuilderLocalNode.builder(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, URI uri, URI gridUri, Secret registrationSecret) Constructors in org.openqa.selenium.grid.node.local with parameters of type SecretModifierConstructorDescriptionprotectedLocalNode(org.openqa.selenium.remote.tracing.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) -
Uses of Secret in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type SecretModifierConstructorDescriptionRemoteNode(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, NodeId id, URI externalUri, Secret registrationSecret, Duration sessionTimeout, Collection<org.openqa.selenium.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 TypeMethodDescriptionbooleanstatic booleanConstructors 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 SecretModifierConstructorDescriptionprotectedNewSessionQueue(org.openqa.selenium.remote.tracing.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(org.openqa.selenium.remote.tracing.Tracer tracer, SlotMatcher slotMatcher, Duration requestTimeoutCheck, Duration requestTimeout, 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(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client, Secret registrationSecret)