Package dev.dsf.fhir.webservice.base
Class AbstractDelegatingBasicService<S extends BasicService>
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
- All Implemented Interfaces:
BasicService,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AbstractServiceJaxrs,AbstractServiceSecure
public class AbstractDelegatingBasicService<S extends BasicService>
extends AbstractBasicService
implements BasicService, org.springframework.beans.factory.InitializingBean
-
Field Summary
FieldsFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetCurrentIdentityProvider(CurrentIdentityProvider currentIdentityProvider) Methods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentity
-
Field Details
-
delegate
-
-
Constructor Details
-
AbstractDelegatingBasicService
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
setCurrentIdentityProvider
- Specified by:
setCurrentIdentityProviderin interfaceBasicService- Overrides:
setCurrentIdentityProviderin classAbstractBasicService
-