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 |
---|---|
IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.assuranceCertificationUris(List<String> uris)
Adds a set of URIs to the assurance certification attribute
(
urn:oasis:names:tc:SAML:attribute:assurance-certification ) that is part of the
mdattr:EntityAttributes element that is part of the metadata extension element. |
IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.assuranceCertificationUris(String... uris) |
protected IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.getThis()
In order for us to be able to make chaining calls we need to return the concrete type of the builder.
|
IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.singleSignOnServices(List<SingleSignOnService> singleSignOnServices)
Adds
md:SingleSignOnService elements to the IDPSSODescriptor . |
IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.singleSignOnServices(SingleSignOnService... singleSignOnServices) |
IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.wantAuthnRequestsSigned(Boolean b)
Assigns the
WantAuthnRequestsSigned attribute of the md:IDPSSODescriptor element. |
Modifier and Type | Method and Description |
---|---|
protected IdpEntityDescriptorBuilder |
IdpEntityDescriptorFactoryBean._builder()
Returns the internal builder of the correct type.
|
Copyright © 2018 Litsec AB. All rights reserved.