Class PerspectiveAuthTokenManager.Builder
java.lang.Object
com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Builder<RecordType,RecordBuilderType,com.inductiveautomation.ignition.gateway.auth.token.AuthTokenRecord.ChangeEvent.Context.Redundant<RecordType>,ManagerType,ManagerBuilderType>
com.inductiveautomation.ignition.gateway.auth.token.RedundantAuthTokenManager.Builder<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord,com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord.Builder,PerspectiveAuthTokenManager,PerspectiveAuthTokenManager.Builder>
com.inductiveautomation.perspective.gateway.auth.token.PerspectiveAuthTokenManager.Builder
- Enclosing class:
- PerspectiveAuthTokenManager
public static class PerspectiveAuthTokenManager.Builder
extends com.inductiveautomation.ignition.gateway.auth.token.RedundantAuthTokenManager.Builder<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord,com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord.Builder,PerspectiveAuthTokenManager,PerspectiveAuthTokenManager.Builder>
A
RedundantAuthTokenManager.Builder
which provides a fluent-style API for incrementally building the
required pieces to create new PerspectiveAuthTokenManager
instances.-
Method Summary
Modifier and TypeMethodDescriptionprotected PerspectiveAuthTokenManager
build
(com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Context context, com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Config config, com.inductiveautomation.ignition.gateway.auth.token.AuthTokenRecordStore<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord> authTokenRecordStore, boolean restore) protected PerspectiveAuthTokenManager.Builder
Methods inherited from class com.inductiveautomation.ignition.gateway.auth.token.RedundantAuthTokenManager.Builder
build, setRestore
Methods inherited from class com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Builder
build, setAuthTokenRecordStore, setConfig, setContext
-
Method Details
-
doGetThis
- Specified by:
doGetThis
in classcom.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Builder<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord,
com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord.Builder, com.inductiveautomation.ignition.gateway.auth.token.AuthTokenRecord.ChangeEvent.Context.Redundant<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord>, PerspectiveAuthTokenManager, PerspectiveAuthTokenManager.Builder>
-
build
protected PerspectiveAuthTokenManager build(com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Context context, com.inductiveautomation.ignition.gateway.auth.token.AuthTokenManager.Config config, com.inductiveautomation.ignition.gateway.auth.token.AuthTokenRecordStore<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord> authTokenRecordStore, boolean restore) - Specified by:
build
in classcom.inductiveautomation.ignition.gateway.auth.token.RedundantAuthTokenManager.Builder<com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord,
com.inductiveautomation.ignition.gateway.auth.token.ProjectAuthTokenRecord.Builder, PerspectiveAuthTokenManager, PerspectiveAuthTokenManager.Builder>
-