Package io.jmix.oidc.user
Interface HasOidcUserDelegate
- All Known Implementing Classes:
- DefaultJmixOidcUser,- JmixOidcUserEntity
public interface HasOidcUserDelegate
Interface to be implemented by classes that represent application user and that wrap the 
OidcUser. Such
 classes delegate some method invocations to the wrapped oidcUser. Classes implementing this interface will be
 handled, for example, in BaseOidcUserMapper.- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.security.oauth2.core.oidc.user.OidcUservoidsetDelegate(org.springframework.security.oauth2.core.oidc.user.OidcUser delegate) 
- 
Method Details- 
getDelegateorg.springframework.security.oauth2.core.oidc.user.OidcUser getDelegate()
- 
setDelegatevoid setDelegate(org.springframework.security.oauth2.core.oidc.user.OidcUser delegate) 
 
-