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 Type
    Method
    Description
    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)
     
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • doGetThis

      protected PerspectiveAuthTokenManager.Builder doGetThis()
      Specified by:
      doGetThis in class com.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 class 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>