Uses of Class
org.openqa.selenium.grid.security.Secret
-
Packages that use Secret Package Description org.openqa.selenium.events.zeromq org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.distributor.remote org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote org.openqa.selenium.grid.security org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of Secret in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq with parameters of type Secret Modifier and Type Method Description static EventBus
ZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind, Secret secret)
-
Uses of Secret in org.openqa.selenium.grid.distributor
Constructors in org.openqa.selenium.grid.distributor with parameters of type Secret Constructor Description Distributor(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 Secret Constructor Description LocalDistributor(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, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize)
-
Uses of Secret in org.openqa.selenium.grid.distributor.remote
Constructors in org.openqa.selenium.grid.distributor.remote with parameters of type Secret Constructor Description RemoteDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory factory, java.net.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 Constructor Description Node(org.openqa.selenium.remote.tracing.Tracer tracer, NodeId id, java.net.URI uri, Secret registrationSecret)
-
Uses of Secret in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local with parameters of type Secret Modifier and Type Method Description static LocalNode.Builder
LocalNode. builder(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, java.net.URI uri, java.net.URI gridUri, Secret registrationSecret)
-
Uses of Secret in org.openqa.selenium.grid.node.remote
Constructors in org.openqa.selenium.grid.node.remote with parameters of type Secret Constructor Description RemoteNode(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, NodeId id, java.net.URI externalUri, Secret registrationSecret, java.util.Collection<org.openqa.selenium.Capabilities> capabilities)
-
Uses of Secret in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return Secret Modifier and Type Method Description Secret
SecretOptions. getRegistrationSecret()
Methods in org.openqa.selenium.grid.security with parameters of type Secret Modifier and Type Method Description boolean
Secret. matches(Secret other)
static boolean
Secret. matches(Secret first, Secret second)
Constructors in org.openqa.selenium.grid.security with parameters of type Secret Constructor Description AddSecretFilter(Secret secret)
RequiresSecretFilter(Secret secret)
-
Uses of Secret in org.openqa.selenium.grid.sessionqueue
Constructors in org.openqa.selenium.grid.sessionqueue with parameters of type Secret Constructor Description NewSessionQueue(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 Secret Constructor Description LocalNewSessionQueue(org.openqa.selenium.remote.tracing.Tracer tracer, SlotMatcher slotMatcher, java.time.Duration requestTimeoutCheck, java.time.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 Secret Constructor Description RemoteNewSessionQueue(org.openqa.selenium.remote.tracing.Tracer tracer, org.openqa.selenium.remote.http.HttpClient client, Secret registrationSecret)
-