Package org.openremote.manager.security
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 Summary
FieldsFields inherited from class org.openremote.container.security.IdentityService
devMode, OR_IDENTITY_PROVIDER, OR_IDENTITY_PROVIDER_DEFAULT, PRIORITYFields inherited from interface org.openremote.model.ContainerService
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIdentityProvider(org.openremote.model.Container container) voidinit(org.openremote.model.Container container) toString()Methods inherited from class org.openremote.container.security.IdentityService
getPriority, isKeycloakEnabled, secureDeployment, start, stop
-
Field Details
-
identityProvider
-
-
Constructor Details
-
ManagerIdentityService
public ManagerIdentityService()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.openremote.model.ContainerService- Overrides:
initin classorg.openremote.container.security.IdentityService- Throws:
Exception
-
getIdentityProvider
-
createIdentityProvider
- Specified by:
createIdentityProviderin classorg.openremote.container.security.IdentityService
-
toString
-