Class Saml2RelyingPartyProperties.AssertingParty
java.lang.Object
org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.AssertingParty
- Enclosing class:
Saml2RelyingPartyProperties
Represents a remote Identity Provider.
- Since:
- 4.0.0
- Author:
- Madhura Bhave, Phillip Webb, Moritz Halbritter, Lasse Wulff
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Single sign on details for an Identity Provider.static class
Verification details for an Identity Provider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityId
(String entityId) void
setMetadataUri
(String metadataUri)
-
Constructor Details
-
AssertingParty
public AssertingParty()
-
-
Method Details
-
getEntityId
-
setEntityId
-
getMetadataUri
-
setMetadataUri
-
getSinglesignon
-
getVerification
-
getSinglelogout
-