Package org.springframework.security.saml2.provider.service.registration
package org.springframework.security.saml2.provider.service.registration
-
ClassDescriptionAn interface representing SAML 2.0 Asserting Party metadataAssertingPartyMetadata.Builder<B extends AssertingPartyMetadata.Builder<B>>A repository for retrieving SAML 2.0 Asserting Party MetadataAn
IterableRelyingPartyRegistrationRepository
that lazily queries and caches metadata from a backingIterableRelyingPartyRegistrationRepository
.An in-memory implementation ofRelyingPartyRegistrationRepository
.An interface that simplifies APIs which require theRelyingPartyRegistrationRepository
to also beIterable
ARelyingPartyRegistration.AssertingPartyDetails
that contains OpenSAML-specific membersAn OpenSAML version ofRelyingPartyRegistration.AssertingPartyDetails.Builder
that contains the underlyingEntityDescriptor
Deprecated.An 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
.
EntityDescriptor
toOpenSamlAssertingPartyDetails
.