Package org.apereo.cas.ws.idp.services
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.
- Since:
- 5.1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(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 writerprincipal- the principalservice- the service
-