| Modifier and Type | Method and Description |
|---|---|
EntityInformation |
EntityInformation.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ResponseCreator.getAssertionConsumerServiceBinding(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
Map<String,EntityInformation> serviceProviders)
Returns the assertion consumer service binding that is appropriate by parsing the AuthnRequest
as well as the metadata for the given SP
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,EntityInformation> |
ResponseCreatorImpl.getServiceProviders() |
protected Map<String,EntityInformation> |
ValidatorImpl.getServiceProviders() |
| Constructor and Description |
|---|
ResponseCreatorImpl(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
ValidatorImpl(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders) |
| 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) |
PostValidator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders) |
| 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) |
RedirectValidator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders) |
| 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) |
SoapValidator(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders) |
This work is licensed under a Creative Commons Attribution 4.0 International License.