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>

public class SingleLogoutServiceConverter extends AbstractEndpointConverter<SingleLogoutService>
Support for parsing a binding/endpoint pair into a SingleLogoutService.
Since:
5.0.0
  • Constructor Details

    • SingleLogoutServiceConverter

      public SingleLogoutServiceConverter()
      Constructor.
  • Method Details