Class ProtocolEndpoints.ProtocolEndpointsBuilder
java.lang.Object
swiss.trustbroker.federation.xmlconfig.ProtocolEndpoints.ProtocolEndpointsBuilder
- Enclosing class:
ProtocolEndpoints
-
Method Summary
Modifier and TypeMethodDescriptionartifactResolutionIndex(Integer artifactResolutionIndex) SAML Artifact Resolution Protocol index.artifactResolutionProxyUrl(String artifactResolutionProxyUrl) Deprecated.Use proxyUrl.artifactResolutionUrl(String artifactResolutionUrl) SAML Artifact Resolution Protocol URL.build()Jwk endpoint urlmetadataUrl(String metadataUrl) SAML/OIDC metadata URL.Proxy URL for these endpoints that overrides global default.toString()
-
Method Details
-
metadataUrl
SAML/OIDC metadata URL.- Returns:
this.
-
jwkSetUrl
Jwk endpoint url- Returns:
this.- Since:
- 1.14.0
-
proxyUrl
Proxy URL for these endpoints that overrides global default.
Set to empty string to override global default to use no proxy.- Returns:
this.- Since:
- 1.9.0
-
artifactResolutionUrl
public ProtocolEndpoints.ProtocolEndpointsBuilder artifactResolutionUrl(String artifactResolutionUrl) SAML Artifact Resolution Protocol URL.- Returns:
this.
-
artifactResolutionIndex
public ProtocolEndpoints.ProtocolEndpointsBuilder artifactResolutionIndex(Integer artifactResolutionIndex) SAML Artifact Resolution Protocol index.- Returns:
this.
-
artifactResolutionProxyUrl
@Deprecated public ProtocolEndpoints.ProtocolEndpointsBuilder artifactResolutionProxyUrl(String artifactResolutionProxyUrl) Deprecated.Use proxyUrl.- Returns:
this.
-
build
-
toString
-