Class SecurityModulator


  • public class SecurityModulator
    extends colesico.framework.service.codegen.modulator.Modulator
    Author:
    Vladlen Larionov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEQURITY_KIT_FIELD  
      • Fields inherited from class colesico.framework.service.codegen.modulator.Modulator

        processorContext, proxyMethod, roundContext, service
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onProxyMethod​(colesico.framework.service.codegen.model.ProxyMethodElement proxyMethod)  
      • Methods inherited from class colesico.framework.service.codegen.modulator.Modulator

        getProcessorContext, getProxyMethod, getRoundContext, getService, onAddTeleFacade, onAddTeleMethod, onGenerateIocProducer, onInit, onLinkTeleParam, onRoundStart, onRoundStop, onService, onServiceGenerated, onServiceParsed, onTeleFacadeParsed, serviceAnnotations
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SEQURITY_KIT_FIELD

        public static final java.lang.String SEQURITY_KIT_FIELD
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecurityModulator

        public SecurityModulator()
    • Method Detail

      • onProxyMethod

        public void onProxyMethod​(colesico.framework.service.codegen.model.ProxyMethodElement proxyMethod)
        Overrides:
        onProxyMethod in class colesico.framework.service.codegen.modulator.Modulator