Class RelyingPartyRegistration.Builder
- Enclosing class:
- RelyingPartyRegistration
-
Method Summary
Modifier and TypeMethodDescriptionassertingPartyDetails
(Consumer<RelyingPartyRegistration.AssertingPartyDetails.Builder> assertingPartyDetails) Apply thisConsumer
to further configure the Asserting Party detailsassertionConsumerServiceBinding
(Saml2MessageBinding assertionConsumerServiceBinding) Set the AssertionConsumerService Binding.assertionConsumerServiceLocation
(String assertionConsumerServiceLocation) Set the AssertionConsumerService Location.assertionConsumerServiceUrlTemplate
(String assertionConsumerServiceUrlTemplate) Deprecated.build()
Constructs a RelyingPartyRegistration object based on the builder configurationscredentials
(Consumer<Collection<Saml2X509Credential>> credentials) Deprecated.UsesigningX509Credentials
ordecryptionX509Credentials
instead for relying party keys orRelyingPartyRegistration.AssertingPartyDetails.Builder.verificationX509Credentials
orRelyingPartyRegistration.AssertingPartyDetails.Builder.encryptionX509Credentials
for asserting party keysdecryptionX509Credentials
(Consumer<Collection<Saml2X509Credential>> credentialsConsumer) Apply thisConsumer
to theCollection
ofSaml2X509Credential
s for the purposes of modifying theCollection
Set the relying party's EntityID.idpWebSsoUrl
(String url) Deprecated.use#assertingPartyDetails(Consumer<AssertingPartyDetails.Builder >)
localEntityIdTemplate
(String template) Deprecated.UseentityId
insteadnameIdFormat
(String nameIdFormat) Set the NameID formatproviderDetails
(Consumer<RelyingPartyRegistration.ProviderDetails.Builder> providerDetails) registrationId
(String id) Sets theregistrationId
template.remoteIdpEntityId
(String entityId) Deprecated.use#assertingPartyDetails(Consumer<AssertingPartyDetails.Builder >)
signingX509Credentials
(Consumer<Collection<Saml2X509Credential>> credentialsConsumer) Apply thisConsumer
to theCollection
ofSaml2X509Credential
s for the purposes of modifying theCollection
singleLogoutServiceBinding
(Saml2MessageBinding singleLogoutServiceBinding) Set the SingleLogoutService BindingsingleLogoutServiceBindings
(Consumer<Collection<Saml2MessageBinding>> bindingsConsumer) Apply thisConsumer
to theCollection
ofSaml2MessageBinding
s for the purposes of modifying the SingleLogoutService BindingCollection
.singleLogoutServiceLocation
(String singleLogoutServiceLocation) Set the SingleLogoutService LocationsingleLogoutServiceResponseLocation
(String singleLogoutServiceResponseLocation)
-
Method Details
-
registrationId
Sets theregistrationId
template. Often be used in URL paths- Parameters:
id
- registrationId for this object, should be unique- Returns:
- this object
-
entityId
Set the relying party's EntityID. Equivalent to the value found in the relying party's <EntityDescriptor EntityID="..."/> This value may contain a number of placeholders. They arebaseUrl
,registrationId
,baseScheme
,baseHost
, andbasePort
.- Parameters:
entityId
- the relying party's EntityID- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
signingX509Credentials
public RelyingPartyRegistration.Builder signingX509Credentials(Consumer<Collection<Saml2X509Credential>> credentialsConsumer) Apply thisConsumer
to theCollection
ofSaml2X509Credential
s for the purposes of modifying theCollection
- Parameters:
credentialsConsumer
- - theConsumer
for modifying theCollection
- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
decryptionX509Credentials
public RelyingPartyRegistration.Builder decryptionX509Credentials(Consumer<Collection<Saml2X509Credential>> credentialsConsumer) Apply thisConsumer
to theCollection
ofSaml2X509Credential
s for the purposes of modifying theCollection
- Parameters:
credentialsConsumer
- - theConsumer
for modifying theCollection
- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
assertionConsumerServiceLocation
public RelyingPartyRegistration.Builder assertionConsumerServiceLocation(String assertionConsumerServiceLocation) Set the AssertionConsumerService Location.Equivalent to the value found in <AssertionConsumerService Location="..."/> in the relying party's <SPSSODescriptor>
This value may contain a number of placeholders. They are
baseUrl
,registrationId
,baseScheme
,baseHost
, andbasePort
.- Parameters:
assertionConsumerServiceLocation
- the AssertionConsumerService location- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
assertionConsumerServiceBinding
public RelyingPartyRegistration.Builder assertionConsumerServiceBinding(Saml2MessageBinding assertionConsumerServiceBinding) Set the AssertionConsumerService Binding.Equivalent to the value found in <AssertionConsumerService Binding="..."/> in the relying party's <SPSSODescriptor>
- Parameters:
assertionConsumerServiceBinding
- the AssertionConsumerService binding- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
singleLogoutServiceBinding
public RelyingPartyRegistration.Builder singleLogoutServiceBinding(Saml2MessageBinding singleLogoutServiceBinding) Set the SingleLogoutService BindingEquivalent to the value found in <SingleLogoutService Binding="..."/> in the relying party's <SPSSODescriptor>.
- Parameters:
singleLogoutServiceBinding
- the SingleLogoutService Binding- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.6
-
singleLogoutServiceBindings
public RelyingPartyRegistration.Builder singleLogoutServiceBindings(Consumer<Collection<Saml2MessageBinding>> bindingsConsumer) Apply thisConsumer
to theCollection
ofSaml2MessageBinding
s for the purposes of modifying the SingleLogoutService BindingCollection
.Equivalent to the value found in <SingleLogoutService Binding="..."/> in the relying party's <SPSSODescriptor>.
- Parameters:
bindingsConsumer
- - theConsumer
for modifying theCollection
- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.8
-
singleLogoutServiceLocation
public RelyingPartyRegistration.Builder singleLogoutServiceLocation(String singleLogoutServiceLocation) Set the SingleLogoutService LocationEquivalent to the value found in <SingleLogoutService Location="..."/> in the relying party's <SPSSODescriptor>.
- Parameters:
singleLogoutServiceLocation
- the SingleLogoutService Location- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.6
-
singleLogoutServiceResponseLocation
public RelyingPartyRegistration.Builder singleLogoutServiceResponseLocation(String singleLogoutServiceResponseLocation) Set the SingleLogoutService Response LocationEquivalent to the value found in <SingleLogoutService ResponseLocation="..."/> in the relying party's <SPSSODescriptor>.
- Parameters:
singleLogoutServiceResponseLocation
- the SingleLogoutService Response Location- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.6
-
nameIdFormat
Set the NameID format- Parameters:
nameIdFormat
-- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.7
-
assertingPartyDetails
public RelyingPartyRegistration.Builder assertingPartyDetails(Consumer<RelyingPartyRegistration.AssertingPartyDetails.Builder> assertingPartyDetails) Apply thisConsumer
to further configure the Asserting Party details- Parameters:
assertingPartyDetails
- TheConsumer
to apply- Returns:
- the
RelyingPartyRegistration.Builder
for further configuration - Since:
- 5.4
-
credentials
@Deprecated public RelyingPartyRegistration.Builder credentials(Consumer<Collection<Saml2X509Credential>> credentials) Deprecated.UsesigningX509Credentials
ordecryptionX509Credentials
instead for relying party keys orRelyingPartyRegistration.AssertingPartyDetails.Builder.verificationX509Credentials
orRelyingPartyRegistration.AssertingPartyDetails.Builder.encryptionX509Credentials
for asserting party keysModifies the collection ofSaml2X509Credential
objects used in communication between IDP and SP For example:Saml2X509Credential credential = ...; return RelyingPartyRegistration.withRegistrationId("id") .credentials((c) -> c.add(credential)) ... .build();
- Parameters:
credentials
- - a consumer that can modify the collection of credentials- Returns:
- this object
-
assertionConsumerServiceUrlTemplate
@Deprecated public RelyingPartyRegistration.Builder assertionConsumerServiceUrlTemplate(String assertionConsumerServiceUrlTemplate) Deprecated.UseassertionConsumerServiceLocation
instead.Assertion Consumer Service URL template. It can contain variablesbaseUrl
,registrationId
,baseScheme
,baseHost
, andbasePort
.- Parameters:
assertionConsumerServiceUrlTemplate
- the Assertion Consumer Service URL template (i.e. "{baseUrl}/login/saml2/sso/{registrationId}".- Returns:
- this object
-
remoteIdpEntityId
Deprecated.use#assertingPartyDetails(Consumer<AssertingPartyDetails.Builder >)
Sets theentityId
for the remote asserting party, the Identity Provider.- Parameters:
entityId
- the IDP entityId- Returns:
- this object
-
idpWebSsoUrl
Deprecated.use#assertingPartyDetails(Consumer<AssertingPartyDetails.Builder >)
Sets theSSO URL
for the remote asserting party, the Identity Provider.- Parameters:
url
- - a URL that accepts authentication requests via REDIRECT or POST bindings- Returns:
- this object
-
localEntityIdTemplate
Deprecated.UseentityId
insteadSets the local relying party, or Service Provider, entity Id template. can generate it's entity ID based on possible variables ofbaseUrl
,registrationId
,baseScheme
,baseHost
, andbasePort
, for example{baseUrl}/saml2/service-provider-metadata/{registrationId}
- Parameters:
template
- the entity id- Returns:
- a string containing the entity ID or entity ID template
-
providerDetails
@Deprecated public RelyingPartyRegistration.Builder providerDetails(Consumer<RelyingPartyRegistration.ProviderDetails.Builder> providerDetails) Deprecated.Configures the IDP SSO endpoint- Parameters:
providerDetails
- a consumer that configures the IDP SSO endpoint- Returns:
- this object
-
build
Constructs a RelyingPartyRegistration object based on the builder configurations- Returns:
- a RelyingPartyRegistration instance
-
assertionConsumerServiceLocation
instead.