Annotation Type WithSecurityContext

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends WithSecurityContextFactory<? extends Annotation>> factory
      The WithUserDetailsSecurityContextFactory to use to create the SecurityContext.
    • Element Detail

      • factory

        Class<? extends WithSecurityContextFactory<? extends Annotation>> factory
        The WithUserDetailsSecurityContextFactory to use to create the SecurityContext. It can contain Autowired and other Spring annotations.
        Returns: