Module colesico.framework.security
Class SecurityModulator
- java.lang.Object
-
- colesico.framework.service.codegen.modulator.Modulator
-
- colesico.framework.security.codegen.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.StringSEQURITY_KIT_FIELD
-
Constructor Summary
Constructors Constructor Description SecurityModulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonProxyMethod(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
-
-
-
-
Field Detail
-
SEQURITY_KIT_FIELD
public static final java.lang.String SEQURITY_KIT_FIELD
- See Also:
- Constant Field Values
-
-