Class RuntimeBundleSecurityAutoConfiguration
java.lang.Object
org.activiti.cloud.starter.rb.configuration.RuntimeBundleSecurityAutoConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeBundleSecurityAutoConfiguration(org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, org.springframework.security.authentication.AbstractAuthenticationToken> jwtUserInfoUriAuthenticationConverter) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt, org.springframework.security.authentication.AbstractAuthenticationToken>
-
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()
-