mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Merge branch '6.3.x'
This commit is contained in:
commit
161b0f303d
@ -47,8 +47,8 @@ public final class RelyingPartyRegistrations {
|
|||||||
* Return a {@link RelyingPartyRegistration.Builder} based off of the given SAML 2.0
|
* Return a {@link RelyingPartyRegistration.Builder} based off of the given SAML 2.0
|
||||||
* Asserting Party (IDP) metadata location.
|
* Asserting Party (IDP) metadata location.
|
||||||
*
|
*
|
||||||
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
|
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
|
||||||
* valid endpoints might include:
|
* Some valid endpoints might include:
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* metadataLocation = "classpath:asserting-party-metadata.xml";
|
* metadataLocation = "classpath:asserting-party-metadata.xml";
|
||||||
@ -71,8 +71,8 @@ public final class RelyingPartyRegistrations {
|
|||||||
* about the asserting party. Thus, you will need to remember to still populate
|
* about the asserting party. Thus, you will need to remember to still populate
|
||||||
* anything about the relying party, like any private keys the relying party will use
|
* anything about the relying party, like any private keys the relying party will use
|
||||||
* for signing AuthnRequests.
|
* for signing AuthnRequests.
|
||||||
* @param metadataLocation The classpath- or file-based locations or HTTP endpoints of
|
* @param metadataLocation The classpath- or file-based locations or HTTPS endpoints
|
||||||
* the asserting party metadata file
|
* of the asserting party metadata file
|
||||||
* @return the {@link RelyingPartyRegistration.Builder} for further configuration
|
* @return the {@link RelyingPartyRegistration.Builder} for further configuration
|
||||||
*/
|
*/
|
||||||
public static RelyingPartyRegistration.Builder fromMetadataLocation(String metadataLocation) {
|
public static RelyingPartyRegistration.Builder fromMetadataLocation(String metadataLocation) {
|
||||||
@ -132,8 +132,8 @@ public final class RelyingPartyRegistrations {
|
|||||||
* Return a {@link Collection} of {@link RelyingPartyRegistration.Builder}s based off
|
* Return a {@link Collection} of {@link RelyingPartyRegistration.Builder}s based off
|
||||||
* of the given SAML 2.0 Asserting Party (IDP) metadata location.
|
* of the given SAML 2.0 Asserting Party (IDP) metadata location.
|
||||||
*
|
*
|
||||||
* Valid locations can be classpath- or file-based or they can be HTTP endpoints. Some
|
* Valid locations can be classpath- or file-based or they can be HTTPS endpoints.
|
||||||
* valid endpoints might include:
|
* Some valid endpoints might include:
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* metadataLocation = "classpath:asserting-party-metadata.xml";
|
* metadataLocation = "classpath:asserting-party-metadata.xml";
|
||||||
@ -157,7 +157,7 @@ public final class RelyingPartyRegistrations {
|
|||||||
* about the asserting party. Thus, you will need to remember to still populate
|
* about the asserting party. Thus, you will need to remember to still populate
|
||||||
* anything about the relying party, like any private keys the relying party will use
|
* anything about the relying party, like any private keys the relying party will use
|
||||||
* for signing AuthnRequests.
|
* for signing AuthnRequests.
|
||||||
* @param location The classpath- or file-based locations or HTTP endpoints of the
|
* @param location The classpath- or file-based locations or HTTPS endpoints of the
|
||||||
* asserting party metadata file
|
* asserting party metadata file
|
||||||
* @return the {@link Collection} of {@link RelyingPartyRegistration.Builder}s for
|
* @return the {@link Collection} of {@link RelyingPartyRegistration.Builder}s for
|
||||||
* further configuration
|
* further configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user