Class PerspectiveSessionCollection.Builder
java.lang.Object
com.inductiveautomation.perspective.gateway.session.PerspectiveSessionCollection.Builder
- Enclosing class:
- PerspectiveSessionCollection
-
Method Summary
Modifier and TypeMethodDescriptioncreate()withContext(PerspectiveContext context) withDevice(NativeDevice device) withLocales(List<Locale> locales) withRemoteAddress(String remoteAddr) withRemoteHost(String remoteHost) withScope(SessionScope scope) withSecurityZones(com.google.common.collect.ImmutableCollection<String> securityZones) withSessionId(String sessionId)
-
Method Details
-
withContext
-
withSessionId
-
withScope
-
withRemoteHost
-
withRemoteAddress
-
withLocales
-
withSecurityZones
@Nonnull public PerspectiveSessionCollection.Builder withSecurityZones(@Nonnull com.google.common.collect.ImmutableCollection<String> securityZones) -
withDevice
-
create
-