Class AppResourceImpl

java.lang.Object
org.openremote.container.web.WebResource
org.openremote.manager.apps.AppResourceImpl
All Implemented Interfaces:
org.openremote.container.security.AuthContext, org.openremote.model.apps.AppResource

public class AppResourceImpl extends org.openremote.container.web.WebResource implements org.openremote.model.apps.AppResource
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Map<String,Object>
     
    protected final ConsoleAppService
     
    protected Object
     

    Fields inherited from class org.openremote.container.web.WebResource

    application, httpHeaders, request, response, securityContext, uriInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.openremote.model.apps.ConsoleAppConfig
    Deprecated.
    jakarta.ws.rs.core.Response
    getAppInfos(org.openremote.model.http.RequestParams requestParams)
     
    getApps(org.openremote.model.http.RequestParams requestParams)
     
    jakarta.ws.rs.core.Response
    getConsoleConfig(org.openremote.model.http.RequestParams requestParams)
     

    Methods inherited from class org.openremote.container.web.WebResource

    getApplication, getAuthContext, getAuthenticatedRealmName, getClientId, getClientRemoteAddress, getContainer, getRequestRealmName, getUserId, getUsername, hasRealmRole, hasResourceRole, isAuthenticated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openremote.container.security.AuthContext

    hasResourceRoleOrIsSuperUser, isRealmAccessibleByUser, isSuperUser
  • Field Details

  • Constructor Details

  • Method Details

    • getApps

      public String[] getApps(org.openremote.model.http.RequestParams requestParams)
      Specified by:
      getApps in interface org.openremote.model.apps.AppResource
    • getAppInfos

      public jakarta.ws.rs.core.Response getAppInfos(org.openremote.model.http.RequestParams requestParams)
      Specified by:
      getAppInfos in interface org.openremote.model.apps.AppResource
    • getConsoleConfig

      public jakarta.ws.rs.core.Response getConsoleConfig(org.openremote.model.http.RequestParams requestParams)
      Specified by:
      getConsoleConfig in interface org.openremote.model.apps.AppResource
    • getAppConfig

      @Deprecated protected org.openremote.model.apps.ConsoleAppConfig getAppConfig(String realm)
      Deprecated.