Constructor and Description |
---|
ResponseCreatorImpl(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Constructor and Description |
---|
PostBinding(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
PostResponseCreator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Constructor and Description |
---|
RedirectBinding(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
RedirectResponseCreator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Constructor and Description |
---|
SoapBinding(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
SoapResponseCreator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Modifier and Type | Class and Description |
---|---|
class |
SubjectConfirmationPresignPlugin
Pre-sign plugin that ensures that "At lease[sic] one bearer
<SubjectConfirmation> element MUST contain a <SubjectConfirmationData> element that
itself MUST contain a Recipient attribute containing the service provider's assertion
consumer service URL and a NotOnOrAfter attribute that limits the window during which the
assertion can be confirmed by the relying party." as per section 4.1.4.2 of the SAML Spec. |
Modifier and Type | Method and Description |
---|---|
void |
IdpEndpoint.bindPresignPlugin(org.osgi.framework.ServiceReference<SamlPresignPlugin> pluginRef) |
void |
IdpEndpoint.unbindPresignPlugin(org.osgi.framework.ServiceReference<SamlPresignPlugin> pluginRef) |
This work is licensed under a Creative Commons Attribution 4.0 International License.