Package | Description |
---|---|
se.litsec.opensaml.saml2.metadata.build |
To create SAML metadata (
EntityDescriptor elements) requires a lot of coding. |
se.litsec.opensaml.saml2.metadata.build.spring |
Spring factory classes for creating SAML metadata objects.
|
Modifier and Type | Method and Description |
---|---|
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.assertionConsumerServices(AssertionConsumerService... assertionConsumerServices) |
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.assertionConsumerServices(List<AssertionConsumerService> assertionConsumerServices)
Adds
md:AssertionConsumerService elements to the SPSSODescriptor . |
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.attributeConsumingServices(AttributeConsumingService... attributeConsumingServices) |
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.attributeConsumingServices(List<AttributeConsumingService> attributeConsumingServices)
Adds
md:AttributeConsumingService elements to the SPSSODescriptor . |
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.authnRequestsSigned(Boolean b)
Assigns the
AuthnRequestsSigned attribute of the md:SPSSODescriptor element. |
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.discoveryResponses(List<String> locations)
Adds discovery response locations in the given order (first string will be assigned index 1 and so on).
|
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.discoveryResponses(String... locations) |
protected SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.getThis()
In order for us to be able to make chaining calls we need to return the concrete type of the builder.
|
SpEntityDescriptorBuilder |
SpEntityDescriptorBuilder.wantAssertionsSigned(Boolean b)
Assigns the
WantAssertionsSigned attribute of the md:SPSSODescriptor element. |
Modifier and Type | Method and Description |
---|---|
protected SpEntityDescriptorBuilder |
SpEntityDescriptorFactoryBean._builder()
Returns the internal builder of the correct type.
|
Copyright © 2018 Litsec AB. All rights reserved.