mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Polish EntityDescriptor Customizer
Issue gh-10839
This commit is contained in:
parent
3602eff1ac
commit
87828df9d5
@ -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 {
|
||||
|
||||
private final EntityDescriptor entityDescriptor;
|
||||
@ -195,7 +201,7 @@ public final class OpenSamlMetadataResolver implements Saml2MetadataResolver {
|
||||
return this.entityDescriptor;
|
||||
}
|
||||
|
||||
public RelyingPartyRegistration getRegistration() {
|
||||
public RelyingPartyRegistration getRelyingPartyRegistration() {
|
||||
return this.registration;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user