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 Summary
Modifier and TypeMethodDescriptionorg.springframework.security.oauth2.core.oidc.user.OidcUservoidsetDelegate(org.springframework.security.oauth2.core.oidc.user.OidcUser delegate)
-
Method Details
-
getDelegate
org.springframework.security.oauth2.core.oidc.user.OidcUser getDelegate() -
setDelegate
void setDelegate(org.springframework.security.oauth2.core.oidc.user.OidcUser delegate)
-