| Package | Description |
|---|---|
| com.github.ulisesbocchio.spring.boot.security.saml.configurer | |
| com.github.ulisesbocchio.spring.boot.security.saml.configurer.builder |
| Modifier and Type | Method and Description |
|---|---|
MetadataGeneratorConfigurer |
ServiceProviderBuilder.metadataGenerator()
Returns a
MetadataGeneratorConfigurer for customization of the MetadataGenerator, MetadataGeneratorFilter and
MetadataDisplayFilter. |
MetadataGeneratorConfigurer |
ServiceProviderBuilder.metadataGenerator(org.springframework.security.saml.metadata.MetadataGenerator metadataGenerator)
Provide a specific
MetadataGenerator. |
| Modifier and Type | Method and Description |
|---|---|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.assertionConsumerIndex(Integer assertionConsumerIndex)
Generated assertion consumer service with the index equaling set value will be marked as default.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.bindingsHoKSSO(String... bindingsHoKSSO)
List of bindings to be included in the generated metadata for Web Single Sign-On Holder of Key.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.bindingsSLO(String... bindingsSLO)
List of bindings to be included in the generated metadata for Single Logout.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.bindingsSSO(String... bindingsSSO)
List of bindings to be included in the generated metadata for Web Single Sign-On.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.entityBaseURL(String entityBaseURL)
This Service Provider's entity base URL.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.entityId(String entityId)
This Service Provider's SAML Entity ID.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.id(String id)
This Service Provider's SAML ID.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.includeDiscoveryExtension(Boolean includeDiscoveryExtension)
When true discovery profile extension metadata pointing to the default SAMLEntryPoint will be generated and
stored in the generated metadata document.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.metadataURL(String metadataURL)
MetadataDisplayFilter processing URL. |
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.nameId(String... nameId)
NameIDs to be included in generated metadata.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.requestSigned(Boolean requestSigned)
Whether Authentication Requests should be signed by this Service Provider or not.
|
MetadataGeneratorConfigurer |
MetadataGeneratorConfigurer.wantAssertionSigned(Boolean wantAssertionSigned)
Whether incoming SAML assertions should be signed or not.
|
Copyright © 2018. All rights reserved.