类 RestCryptoConfiguration

java.lang.Object
cn.herodotus.engine.rest.configuration.RestCryptoConfiguration

@Configuration(proxyBeanMethods=false) public class RestCryptoConfiguration extends Object

Description: Rest 请求加解密配置

作者:
: gengwei.zheng
Date:
: 2022/5/31 9:48
  • 构造器概要

    构造器
    构造器
    说明
    RestCryptoConfiguration(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, cn.herodotus.engine.protect.web.crypto.enhance.DecryptRequestParamResolver decryptRequestParamResolver, cn.herodotus.engine.protect.web.crypto.enhance.DecryptRequestParamMapResolver decryptRequestParamMapResolver)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • RestCryptoConfiguration

      @Autowired public RestCryptoConfiguration(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter requestMappingHandlerAdapter, cn.herodotus.engine.protect.web.crypto.enhance.DecryptRequestParamResolver decryptRequestParamResolver, cn.herodotus.engine.protect.web.crypto.enhance.DecryptRequestParamMapResolver decryptRequestParamMapResolver)
  • 方法详细资料

    • postConstruct

      @PostConstruct public void postConstruct()