Modifier and Type | Method and Description |
---|---|
static SamlProtocol.Binding |
SamlProtocol.Binding.from(String value) |
static SamlProtocol.Binding |
SamlProtocol.Binding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlProtocol.Binding[] |
SamlProtocol.Binding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SamlProtocol.Binding |
SamlValidator.Builder.binding |
protected static SamlProtocol.Binding |
EntityInformation.PREFERRED_BINDING |
Modifier and Type | Method and Description |
---|---|
SamlProtocol.Binding |
EntityInformation.ServiceInfo.getBinding() |
Modifier and Type | Method and Description |
---|---|
SamlValidator |
SamlValidator.Builder.build(String destination,
SamlProtocol.Binding binding,
org.opensaml.xmlsec.signature.SignableXMLObject xmlObject) |
void |
SamlValidator.Builder.buildAndValidate(String destination,
SamlProtocol.Binding binding,
org.opensaml.xmlsec.signature.SignableXMLObject xmlObject)
Utility method that calls the
SamlValidator.Builder.build(String, SamlProtocol.Binding, SignableXMLObject)
method and then validates the object. |
EntityInformation.ServiceInfo |
EntityInformation.getAssertionConsumerService(org.opensaml.saml.saml2.core.AuthnRequest request,
SamlProtocol.Binding preferred,
Integer index) |
EntityInformation.ServiceInfo |
EntityInformation.getLogoutService(SamlProtocol.Binding preferred) |
Constructor and Description |
---|
Builder(org.opensaml.saml.saml2.metadata.EntityDescriptor ed,
Set<SamlProtocol.Binding> supportedBindings) |
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 | Method and Description |
---|---|
void |
SamlPresignPlugin.processPresign(org.opensaml.saml.saml2.core.Response response,
org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings)
Modifies SAML response prior to re-signing and returning.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationPresignPlugin.processPresign(org.opensaml.saml.saml2.core.Response response,
org.opensaml.saml.saml2.core.AuthnRequest authnRequest,
List<String> spMetadata,
Set<SamlProtocol.Binding> supportedBindings) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableSet<SamlProtocol.Binding> |
Idp.SUPPORTED_BINDINGS |
This work is licensed under a Creative Commons Attribution 4.0 International License.