Uses of Class
org.camunda.bpm.spring.boot.starter.security.oauth2.OAuth2Properties
Packages that use OAuth2Properties
Package
Description
-
Uses of OAuth2Properties in org.camunda.bpm.spring.boot.starter.security.oauth2
Constructors in org.camunda.bpm.spring.boot.starter.security.oauth2 with parameters of type OAuth2PropertiesModifierConstructorDescriptionCamundaSpringSecurityOAuth2AutoConfiguration
(CamundaBpmProperties properties, OAuth2Properties oAuth2Properties) -
Uses of OAuth2Properties in org.camunda.bpm.spring.boot.starter.security.oauth2.impl
Constructors in org.camunda.bpm.spring.boot.starter.security.oauth2.impl with parameters of type OAuth2PropertiesModifierConstructorDescriptionOAuth2GrantedAuthoritiesMapper
(OAuth2Properties oAuth2Properties) SsoLogoutSuccessHandler
(org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, OAuth2Properties oAuth2Properties)