Package org.apereo.cas.ws.idp.services
Class DefaultWSFederationRelyingPartyAttributeWriter
java.lang.Object
org.apereo.cas.ws.idp.services.DefaultWSFederationRelyingPartyAttributeWriter
- All Implemented Interfaces:
WSFederationRelyingPartyAttributeWriter
public class DefaultWSFederationRelyingPartyAttributeWriter
extends Object
implements WSFederationRelyingPartyAttributeWriter
- Since:
- 5.1.0
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
DefaultWSFederationRelyingPartyAttributeWriter
-
-
Method Details
-
write
public void write(XMLStreamWriter writer, org.apereo.cas.authentication.principal.Principal principal, org.apereo.cas.ws.idp.services.WSFederationRegisteredService service) Description copied from interface:WSFederationRelyingPartyAttributeWriterWrite principal attributes for this service.- Specified by:
writein interfaceWSFederationRelyingPartyAttributeWriter- Parameters:
writer- the writerprincipal- the principalservice- the service
-