Interface HasSamlPrincipalDelegate

All Known Implementing Classes:
DefaultJmixSamlUserDetails, JmixSamlUserEntity

public interface HasSamlPrincipalDelegate
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticatedPrincipal
     
    void
    setDelegate(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)