Interface HasSamlPrincipalDelegate

All Known Implementing Classes:
DefaultJmixSamlUserDetails, JmixSamlUserEntity

public interface HasSamlPrincipalDelegate
Interface to be implemented by classes that represent application user and that wrap the Saml2AuthenticatedPrincipal. Such classes delegate some method invocations to the wrapped Saml2AuthenticatedPrincipal.
  • 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)