Class AbstractServiceSecure<S extends BasicService>

All Implemented Interfaces:
BasicService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
AbstractResourceServiceSecure, ConformanceServiceSecure, RootServiceSecure, StaticResourcesServiceSecure

public abstract class AbstractServiceSecure<S extends BasicService> extends AbstractDelegatingBasicService<S> implements org.springframework.beans.factory.InitializingBean
  • Field Details

    • audit

      protected static final org.slf4j.Logger audit
    • serverBase

      protected final String serverBase
    • responseGenerator

      protected final ResponseGenerator responseGenerator
    • referenceResolver

      protected final ReferenceResolver referenceResolver
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Overrides:
      afterPropertiesSet in class AbstractDelegatingBasicService<S extends BasicService>
      Throws:
      Exception
    • forbidden

      protected final jakarta.ws.rs.core.Response forbidden(String operation)
    • logCurrentIdentity

      protected void logCurrentIdentity()