Package org.springframework.security.saml2.provider.service.registration
package org.springframework.security.saml2.provider.service.registration
-
ClassDescriptionA
RelyingPartyRegistration.AssertingPartyDetails
that contains OpenSAML-specific membersAn OpenSAML version ofRelyingPartyRegistration.AssertingPartyDetails.Builder
that contains the underlyingEntityDescriptor
AnHttpMessageConverter
that takes anIDPSSODescriptor
in an HTTP response and converts it into aRelyingPartyRegistration.Builder
.Represents a configured relying party (aka Service Provider) and asserting party (aka Identity Provider) pair.The configuration metadata of the Asserting partyA repository forRelyingPartyRegistration
sA utility class for constructing instances ofRelyingPartyRegistration
The type of bindings that messages are exchanged using Supported bindings areurn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST
andurn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect
.