mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Polish EntityDescriptor Customizer
Issue gh-10839
This commit is contained in:
parent
d225205bf2
commit
ff87cfce3a
@ -180,6 +180,12 @@ public final class OpenSamlMetadataResolver implements Saml2MetadataResolver {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A tuple containing an OpenSAML {@link EntityDescriptor} and its associated
|
||||||
|
* {@link RelyingPartyRegistration}
|
||||||
|
*
|
||||||
|
* @since 5.7
|
||||||
|
*/
|
||||||
public static final class EntityDescriptorParameters {
|
public static final class EntityDescriptorParameters {
|
||||||
|
|
||||||
private final EntityDescriptor entityDescriptor;
|
private final EntityDescriptor entityDescriptor;
|
||||||
@ -195,7 +201,7 @@ public final class OpenSamlMetadataResolver implements Saml2MetadataResolver {
|
|||||||
return this.entityDescriptor;
|
return this.entityDescriptor;
|
||||||
}
|
}
|
||||||
|
|
||||||
public RelyingPartyRegistration getRegistration() {
|
public RelyingPartyRegistration getRelyingPartyRegistration() {
|
||||||
return this.registration;
|
return this.registration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user