org.picketlink.identity.federation.core.saml.v2.writers
Class SAMLMetadataWriter
java.lang.Object
org.picketlink.identity.federation.core.saml.v2.writers.BaseWriter
org.picketlink.identity.federation.core.saml.v2.writers.SAMLMetadataWriter
public class SAMLMetadataWriter
- extends BaseWriter
Write the SAML metadata elements
- Since:
- Dec 14, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLMetadataWriter
public SAMLMetadataWriter(XMLStreamWriter writer)
writeEntitiesDescriptor
public void writeEntitiesDescriptor(EntitiesDescriptorType entities)
throws ProcessingException
- Throws:
ProcessingException
writeEntityDescriptor
public void writeEntityDescriptor(EntityDescriptorType entityDescriptor)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(SSODescriptorType ssoDescriptor)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(SPSSODescriptorType spSSODescriptor)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(IDPSSODescriptorType idpSSODescriptor)
throws ProcessingException
- Throws:
ProcessingException
writeAttributeAuthorityDescriptor
public void writeAttributeAuthorityDescriptor(AttributeAuthorityDescriptorType attributeAuthority)
throws ProcessingException
- Throws:
ProcessingException
writeArtifactResolutionService
public void writeArtifactResolutionService(IndexedEndpointType indexedEndpoint)
throws ProcessingException
- Throws:
ProcessingException
writeAssertionConsumerService
public void writeAssertionConsumerService(IndexedEndpointType indexedEndpoint)
throws ProcessingException
- Throws:
ProcessingException
writeIndexedEndpointType
public void writeIndexedEndpointType(IndexedEndpointType indexedEndpoint)
throws ProcessingException
- Throws:
ProcessingException
writeAttributeConsumingService
public void writeAttributeConsumingService(AttributeConsumingServiceType attributeConsumer)
throws ProcessingException
- Throws:
ProcessingException
writeOrganization
public void writeOrganization(OrganizationType org)
throws ProcessingException
- Throws:
ProcessingException
write
public void write(ContactType contact)
throws ProcessingException
- Throws:
ProcessingException
writeKeyDescriptor
public void writeKeyDescriptor(KeyDescriptorType keyDescriptor)
throws ProcessingException
- Throws:
ProcessingException
writeAttributeService
public void writeAttributeService(EndpointType endpoint)
throws ProcessingException
- Throws:
ProcessingException
writeSingleLogoutService
public void writeSingleLogoutService(EndpointType endpoint)
throws ProcessingException
- Throws:
ProcessingException
writeSingleSignOnService
public void writeSingleSignOnService(EndpointType endpoint)
throws ProcessingException
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.