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
ConstructorsConstructorDescriptionDefaultRelayingPartyRegistrationResolverIdAware(org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest, org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration> resolver) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationconvert(javax.servlet.http.HttpServletRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
convertin interfaceorg.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest,org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration>
-