public class SAMLMetadataWriter extends BaseWriter
ASSERTION_PREFIX, logger, PROTOCOL_PREFIX, writer, XACML_SAML_PREFIX, XACML_SAML_PROTO_PREFIX, XSI_PREFIX| Constructor and Description |
|---|
SAMLMetadataWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ContactType contact) |
void |
write(IDPSSODescriptorType idpSSODescriptor) |
void |
write(SPSSODescriptorType spSSODescriptor) |
void |
write(SSODescriptorType ssoDescriptor) |
void |
writeArtifactResolutionService(IndexedEndpointType indexedEndpoint) |
void |
writeAssertionConsumerService(IndexedEndpointType indexedEndpoint) |
void |
writeAttributeAuthorityDescriptor(AttributeAuthorityDescriptorType attributeAuthority) |
void |
writeAttributeConsumingService(AttributeConsumingServiceType attributeConsumer) |
void |
writeAttributeService(EndpointType endpoint) |
void |
writeEntitiesDescriptor(EntitiesDescriptorType entities) |
void |
writeEntityDescriptor(EntityDescriptorType entityDescriptor) |
void |
writeIndexedEndpointType(IndexedEndpointType indexedEndpoint) |
void |
writeKeyDescriptor(KeyDescriptorType keyDescriptor) |
void |
writeOrganization(OrganizationType org) |
void |
writeSingleLogoutService(EndpointType endpoint) |
void |
writeSingleSignOnService(EndpointType endpoint) |
write, write, write, writeAttributeTypeWithoutRootTag, writeLocalizedNameType, writeStringAttributeValuepublic SAMLMetadataWriter(XMLStreamWriter writer)
public void writeEntitiesDescriptor(EntitiesDescriptorType entities) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeEntityDescriptor(EntityDescriptorType entityDescriptor) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SSODescriptorType ssoDescriptor) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(SPSSODescriptorType spSSODescriptor) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(IDPSSODescriptorType idpSSODescriptor) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAttributeAuthorityDescriptor(AttributeAuthorityDescriptorType attributeAuthority) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeArtifactResolutionService(IndexedEndpointType indexedEndpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAssertionConsumerService(IndexedEndpointType indexedEndpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeIndexedEndpointType(IndexedEndpointType indexedEndpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAttributeConsumingService(AttributeConsumingServiceType attributeConsumer) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeOrganization(OrganizationType org) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void write(ContactType contact) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeKeyDescriptor(KeyDescriptorType keyDescriptor) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeAttributeService(EndpointType endpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeSingleLogoutService(EndpointType endpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeSingleSignOnService(EndpointType endpoint) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.