Package io.jmix.saml.user
Interface HasSamlPrincipalDelegate
- All Known Implementing Classes:
DefaultJmixSamlUserDetails,JmixSamlUserEntity
public interface HasSamlPrincipalDelegate
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipalvoidsetDelegate(org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipal delegate)
-
Method Details
-
getDelegate
org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipal getDelegate() -
setDelegate
void setDelegate(org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipal delegate)
-