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.zeromqMethods in org.openqa.selenium.events.zeromq with parameters of type Secret
- 
Uses of Secret in org.openqa.selenium.grid.distributorConstructors in org.openqa.selenium.grid.distributor with parameters of type SecretModifierConstructorDescriptionprotectedDistributor(Tracer tracer, HttpClient.Factory httpClientFactory, Secret registrationSecret) 
- 
Uses of Secret in org.openqa.selenium.grid.distributor.localConstructors 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, Duration purgeNodesInterval) 
- 
Uses of Secret in org.openqa.selenium.grid.distributor.remoteConstructors 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.nodeConstructors in org.openqa.selenium.grid.node with parameters of type Secret
- 
Uses of Secret in org.openqa.selenium.grid.node.localMethods in org.openqa.selenium.grid.node.local with parameters of type SecretConstructors in org.openqa.selenium.grid.node.local with parameters of type SecretModifierConstructorDescriptionprotectedLocalNode(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.remoteConstructors 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.securityMethods 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.sessionqueueConstructors in org.openqa.selenium.grid.sessionqueue with parameters of type SecretModifierConstructorDescriptionprotectedNewSessionQueue(Tracer tracer, Secret registrationSecret) 
- 
Uses of Secret in org.openqa.selenium.grid.sessionqueue.localConstructors 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.remoteConstructors in org.openqa.selenium.grid.sessionqueue.remote with parameters of type SecretModifierConstructorDescriptionRemoteNewSessionQueue(Tracer tracer, HttpClient client, Secret registrationSecret)