java.lang.Object
colesico.framework.security.internal.SecurityIoclet
All Implemented Interfaces:
colesico.framework.ioc.ioclet.Ioclet

@Genstamp(generator="colesico.framework.ioc.codegen.generator.IocletGenerator",
          timestamp="2020-08-11T10:35:32.093Z",
          hashId="bc4eefea-14bf-483a-962b-3922e4155edb",
          comments="Producer: ClassElement{originElement=colesico.framework.security.internal.SecurityProducer}")
public final class SecurityIoclet
extends java.lang.Object
implements colesico.framework.ioc.ioclet.Ioclet
  • Field Summary

    Fields inherited from interface colesico.framework.ioc.ioclet.Ioclet

    ADD_FACTORIES_METHOD, CATALOG_PARAM, GET_ID_METHOD
  • Constructor Summary

    Constructors 
    Constructor Description
    SecurityIoclet()  
  • Method Summary

    Modifier and Type Method Description
    void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)  
    colesico.framework.ioc.ioclet.Factory<DefaultSecurityKit> getDefaultSecurityKitFactory4()
    Factory to produce colesico.framework.security.DefaultSecurityKit class instance Scope: UNSCOPED; Custom: null
    java.lang.String getId()  
    colesico.framework.ioc.ioclet.Factory<Principal> getPrincipalFactory2()
    Factory to produce colesico.framework.security.Principal class instance Scope: UNSCOPED; Custom: null
    colesico.framework.ioc.ioclet.Factory<PrincipalSerializerImpl> getPrincipalSerializerImplFactory5()
    Factory to produce colesico.framework.security.internal.PrincipalSerializerImpl class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<PrincipalSerializer> getPrincipalTeleAssistFactory3()
    Factory to produce colesico.framework.security.teleapi.PrincipalSerializer class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<SecurityInterceptor> getSecurityInterceptorFactory1()
    Factory to produce colesico.framework.security.SecurityInterceptor class instance Scope: SINGLETON; Custom: null
    colesico.framework.ioc.ioclet.Factory<SecurityKit> getSecurityKitFactory0()
    Factory to produce colesico.framework.security.SecurityKit class instance Scope: SINGLETON; Custom: null

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getId

      public final java.lang.String getId()
      Specified by:
      getId in interface colesico.framework.ioc.ioclet.Ioclet
    • getSecurityKitFactory0

      public colesico.framework.ioc.ioclet.Factory<SecurityKit> getSecurityKitFactory0()
      Factory to produce colesico.framework.security.SecurityKit class instance Scope: SINGLETON; Custom: null
    • getSecurityInterceptorFactory1

      public colesico.framework.ioc.ioclet.Factory<SecurityInterceptor> getSecurityInterceptorFactory1()
      Factory to produce colesico.framework.security.SecurityInterceptor class instance Scope: SINGLETON; Custom: null
    • getPrincipalFactory2

      public colesico.framework.ioc.ioclet.Factory<Principal> getPrincipalFactory2()
      Factory to produce colesico.framework.security.Principal class instance Scope: UNSCOPED; Custom: null
    • getPrincipalTeleAssistFactory3

      public colesico.framework.ioc.ioclet.Factory<PrincipalSerializer> getPrincipalTeleAssistFactory3()
      Factory to produce colesico.framework.security.teleapi.PrincipalSerializer class instance Scope: SINGLETON; Custom: null
    • getDefaultSecurityKitFactory4

      public colesico.framework.ioc.ioclet.Factory<DefaultSecurityKit> getDefaultSecurityKitFactory4()
      Factory to produce colesico.framework.security.DefaultSecurityKit class instance Scope: UNSCOPED; Custom: null
    • getPrincipalSerializerImplFactory5

      public colesico.framework.ioc.ioclet.Factory<PrincipalSerializerImpl> getPrincipalSerializerImplFactory5()
      Factory to produce colesico.framework.security.internal.PrincipalSerializerImpl class instance Scope: SINGLETON; Custom: null
    • addFactories

      public final void addFactories​(colesico.framework.ioc.ioclet.Catalog catalog)
      Specified by:
      addFactories in interface colesico.framework.ioc.ioclet.Ioclet