Class RuntimeBundleSecurityAutoConfiguration

java.lang.Object
org.activiti.cloud.starter.rb.configuration.RuntimeBundleSecurityAutoConfiguration

@AutoConfiguration public class RuntimeBundleSecurityAutoConfiguration extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RuntimeBundleSecurityAutoConfiguration(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken> jwtUserInfoUriAuthenticationConverter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken>
     

    Methods inherited from class java.lang.Object

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

    • RuntimeBundleSecurityAutoConfiguration

      @Autowired public RuntimeBundleSecurityAutoConfiguration(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken> jwtUserInfoUriAuthenticationConverter)
  • Method Details

    • jwtAuthenticationConverter

      @Primary @Bean("runtimeBundleJwtUserInfoUriAuthenticationConverter") public org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter()