IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.assuranceCertificationUris(String... uris) |
|
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.
|
static IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.builder() |
Utility method that creates an IdpEntityDescriptorBuilder instance.
|
static IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.builder(InputStream resource) |
Utility method that creates an IdpEntityDescriptorBuilder instance from a supplied input stream.
|
static IdpEntityDescriptorBuilder |
IdpEntityDescriptorBuilder.builder(EntityDescriptor template) |
Utility method that creates an IdpEntityDescriptorBuilder instance from a supplied template.
|
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.
|