Interface WSFederationRelyingPartyTokenProducer

All Known Implementing Classes:
DefaultRelyingPartyTokenProducer
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 WSFederationRelyingPartyTokenProducer
Since:
5.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    produce(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken, org.apereo.cas.ws.idp.services.WSFederationRegisteredService service, WSFederationRequest fedRequest, jakarta.servlet.http.HttpServletRequest servletRequest, org.apereo.cas.validation.TicketValidator.ValidationResult assertion)
    Produce token for relying party.
  • Method Details

    • produce

      String produce(org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken, org.apereo.cas.ws.idp.services.WSFederationRegisteredService service, WSFederationRequest fedRequest, jakarta.servlet.http.HttpServletRequest servletRequest, org.apereo.cas.validation.TicketValidator.ValidationResult assertion) throws Exception
      Produce token for relying party.
      Parameters:
      securityToken - the security token
      service - the service
      fedRequest - the fed request
      servletRequest - the servlet request
      assertion - the assertion
      Returns:
      the element; token issues for the relying party
      Throws:
      Exception - the exception