public abstract class ResponseCreatorImpl extends Object implements ResponseCreator
Modifier and Type | Field and Description |
---|---|
protected SystemCrypto |
systemCrypto |
Constructor and Description |
---|
ResponseCreatorImpl(SystemCrypto systemCrypto,
Map<String,EntityInformation> serviceProviders,
Set<SamlPresignPlugin> presignPlugins,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Modifier and Type | Method and Description |
---|---|
String |
getAssertionConsumerServiceURL(org.opensaml.saml.saml2.core.AuthnRequest authnRequest) |
protected Map<String,EntityInformation> |
getServiceProviders() |
SimpleSign |
getSimpleSign() |
protected SystemCrypto |
getSystemCrypto() |
protected org.opensaml.saml.saml2.core.Response |
processPresignPlugins(org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
org.opensaml.saml.saml2.core.Response response) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssertionConsumerServiceBinding, getSamlpResponse
protected final SystemCrypto systemCrypto
public ResponseCreatorImpl(SystemCrypto systemCrypto, Map<String,EntityInformation> serviceProviders, Set<SamlPresignPlugin> presignPlugins, List<String> spMetadata, Set<SamlProtocol.Binding> supportedBindings)
public String getAssertionConsumerServiceURL(org.opensaml.saml.saml2.core.AuthnRequest authnRequest)
getAssertionConsumerServiceURL
in interface ResponseCreator
protected SystemCrypto getSystemCrypto()
public SimpleSign getSimpleSign()
protected Map<String,EntityInformation> getServiceProviders()
protected org.opensaml.saml.saml2.core.Response processPresignPlugins(org.opensaml.saml.saml2.core.AuthnRequest authnRequest, org.opensaml.saml.saml2.core.Response response)
This work is licensed under a Creative Commons Attribution 4.0 International License.