Package it.tidalwave.role.spring.spi
-
Class Summary Class Description AnnotationSpringRoleManager A specialization ofRoleManagerSupport
for a Spring context that uses annotations (DciRole
andDciContext
) for retrieving role metadata and is capable to inject Spring beans into created roles.DciContextWithAutoThreadBindingAspect An aspect which implementsDciContext
withautoThreadBinding=true
.SpringAsDelegateProvider An implementation ofAsDelegateProvider
for a Spring context.SpringContextManagerProvider Since the whole library must be independent of Spring or any other DI framework, theContextManager
is always retrieved by means ofContextManagerProvider
that, in turn, searches for aMETA-INF/services
registered class.SpringRoleManagerProvider Since the whole library must be independent of Spring or any other DI framework, theRoleManager
is always retrieved by means ofRoleManagerProvider
that, in turn, searches for aMETA-INF/services
registered class.