Package org.apereo.cas.ws.idp.services
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.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionproduce(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 tokenservice- the servicefedRequest- the fed requestservletRequest- the servlet requestassertion- the assertion- Returns:
- the element; token issues for the relying party
- Throws:
Exception- the exception
-