Interface JmixOidcUserService

All Superinterfaces:
org.springframework.security.oauth2.client.userinfo.OAuth2UserService<org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest,org.springframework.security.oauth2.core.oidc.user.OidcUser>
All Known Implementing Classes:
DefaultJmixOidcUserService

public interface JmixOidcUserService extends org.springframework.security.oauth2.client.userinfo.OAuth2UserService<org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest,org.springframework.security.oauth2.core.oidc.user.OidcUser>
Marker interface for OidcUserService that is used by auto-configuration. If a Spring bean implementing this interface is registered in the application then this bean will be used instead of standard implementation provided by the add-on.
See Also:
  • Method Summary

    Methods inherited from interface org.springframework.security.oauth2.client.userinfo.OAuth2UserService

    loadUser