Class DefaultRelayingPartyRegistrationResolverIdAware

java.lang.Object
de.hybris.platform.samlsinglesignon.security.DefaultRelayingPartyRegistrationResolverIdAware
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration>

public final class DefaultRelayingPartyRegistrationResolverIdAware extends Object implements org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration>
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultRelayingPartyRegistrationResolverIdAware(org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration> resolver)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration
    convert(javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen
  • Constructor Details

    • DefaultRelayingPartyRegistrationResolverIdAware

      public DefaultRelayingPartyRegistrationResolverIdAware(org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration> resolver)
  • Method Details

    • convert

      public org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration convert(javax.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration>