Class GrpcSecurityConfigurerAdapter

  • All Implemented Interfaces:
    org.springframework.security.config.annotation.SecurityConfigurer<io.grpc.ServerInterceptor,​GrpcSecurity>

    public abstract class GrpcSecurityConfigurerAdapter
    extends GrpcSecurityConfigurer<GrpcSecurity>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(GrpcSecurity builder)  
      org.springframework.context.ApplicationContext getContext()  
      void init​(GrpcSecurity builder)  
      void setApplicationContext​(org.springframework.context.ApplicationContext context)  
      • Methods inherited from class org.springframework.security.config.annotation.SecurityConfigurerAdapter

        addObjectPostProcessor, and, getBuilder, postProcess, setBuilder
      • Methods inherited from class java.lang.Object

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

      • GrpcSecurityConfigurerAdapter

        protected GrpcSecurityConfigurerAdapter()
    • Method Detail

      • setApplicationContext

        @Autowired
        public void setApplicationContext​(org.springframework.context.ApplicationContext context)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • init

        public void init​(GrpcSecurity builder)
                  throws java.lang.Exception
        Specified by:
        init in interface org.springframework.security.config.annotation.SecurityConfigurer<io.grpc.ServerInterceptor,​GrpcSecurity>
        Overrides:
        init in class org.springframework.security.config.annotation.SecurityConfigurerAdapter<io.grpc.ServerInterceptor,​GrpcSecurity>
        Throws:
        java.lang.Exception
      • configure

        public void configure​(GrpcSecurity builder)
                       throws java.lang.Exception
        Specified by:
        configure in interface org.springframework.security.config.annotation.SecurityConfigurer<io.grpc.ServerInterceptor,​GrpcSecurity>
        Overrides:
        configure in class org.springframework.security.config.annotation.SecurityConfigurerAdapter<io.grpc.ServerInterceptor,​GrpcSecurity>
        Throws:
        java.lang.Exception
      • getContext

        public org.springframework.context.ApplicationContext getContext()