Class SingleLogoutServiceConverter
java.lang.Object
org.opensaml.saml.metadata.generator.impl.AbstractEndpointConverter<SingleLogoutService>
org.opensaml.saml.metadata.generator.impl.SingleLogoutServiceConverter
- All Implemented Interfaces:
BiFunction<String,List<String>, SingleLogoutService>
Support for parsing a binding/endpoint pair into a
SingleLogoutService.- 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
-
SingleLogoutServiceConverter
public SingleLogoutServiceConverter()Constructor.
-
-
Method Details
-
apply
@Nonnull public SingleLogoutService apply(@Nullable String value, @Nullable @Live List<String> protocols)
-