Class ManagerIdentityService

java.lang.Object
org.openremote.container.security.IdentityService
org.openremote.manager.security.ManagerIdentityService
All Implemented Interfaces:
org.openremote.model.ContainerService

public class ManagerIdentityService extends org.openremote.container.security.IdentityService
  • Field Details

  • Constructor Details

    • ManagerIdentityService

      public ManagerIdentityService()
  • Method Details

    • init

      public void init(org.openremote.model.Container container) throws Exception
      Specified by:
      init in interface org.openremote.model.ContainerService
      Overrides:
      init in class org.openremote.container.security.IdentityService
      Throws:
      Exception
    • getIdentityProvider

      public ManagerIdentityProvider getIdentityProvider()
    • createIdentityProvider

      public ManagerIdentityProvider createIdentityProvider(org.openremote.model.Container container)
      Specified by:
      createIdentityProvider in class org.openremote.container.security.IdentityService
    • toString

      public String toString()
      Overrides:
      toString in class Object