Interface WSFederationRelyingPartyAttributeWriter

All Known Implementing Classes:
DefaultWSFederationRelyingPartyAttributeWriter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface WSFederationRelyingPartyAttributeWriter
Since:
5.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(XMLStreamWriter writer, org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.ws.idp.services.WSFederationRegisteredService service)
    Write principal attributes for this service.
  • Method Details

    • write

      void write(XMLStreamWriter writer, org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.ws.idp.services.WSFederationRegisteredService service)
      Write principal attributes for this service.
      Parameters:
      writer - the writer
      principal - the principal
      service - the service