Class AssertionConsumerServiceConverter
java.lang.Object
org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter<AssertionConsumerService>
org.opensaml.saml.metadata.generator.impl.AssertionConsumerServiceConverter
- All Implemented Interfaces:
BiFunction<String,List<String>, AssertionConsumerService>
public class AssertionConsumerServiceConverter
extends AbstractEndpointConverter<AssertionConsumerService>
Support for parsing a binding/endpoint pair into a
AssertionConsumerService.- Since:
- 5.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter
addBinding, getLocation, getProcessedEndpoint, getProtocolAndBindingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
AssertionConsumerServiceConverter
public AssertionConsumerServiceConverter()Constructor.
-
-
Method Details
-
apply
@Nonnull public AssertionConsumerService apply(@Nullable String value, @Nullable @Live List<String> protocols)
-