Package se.litsec.opensaml.saml2.metadata.build
To create SAML metadata (
EntityDescriptor elements) requires a lot of coding. The builder classes in this
package makes this task easier.-
Class Summary Class Description AbstractEntityDescriptorBuilder<T extends AbstractSAMLObjectBuilder<EntityDescriptor>> Abstract base builder for creatingEntityDescriptorobjects using the builder pattern, and optionally a template object.AssertionConsumerServiceBuilder A builder forAssertionConsumerServiceelements.AttributeConsumingServiceBuilder Builder formd:AttributeConsumingServiceelements.ContactPersonBuilder A builder forContactPersonelements.DigestMethodBuilder A builder foralg:DigestMethodelements.EncryptionMethodBuilder A builder formd:EncryptionMethodelements.IdpEntityDescriptorBuilder A builder for building anmd:EntityDescription(metadata) object for an Identity Provider.KeyDescriptorBuilder A builder forKeyDescriptorelements.LogoBuilder A builder formdui:Logoelements.OrganizationBuilder A builder forOrganizationelements.RequestedAttributeBuilder Builder formd:RequestedAttributeelements.SigningMethodBuilder A builder foralg:SigningMethodelements.SingleLogoutServiceBuilder A builder forSingleLogoutServiceelements.SingleSignOnServiceBuilder A builder forSingleSignOnServiceelements.SpEntityDescriptorBuilder A builder for building anmd:EntityDescription(metadata) object for a Service Provider.UIInfoBuilder A builder for creatingUIInfoobjects.