Class ProtocolEndpoints
java.lang.Object
swiss.trustbroker.federation.xmlconfig.ProtocolEndpoints
- All Implemented Interfaces:
Serializable
SAML/OIDC protocol endpoints.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanSAML Artifact Resolution Protocol index.Deprecated, for removal: This API element is subject to removal in a future version.Use proxyUrl.SAML Artifact Resolution Protocol URL.Jwk endpoint urlSAML/OIDC metadata URL.Proxy URL for these endpoints that overrides global default.inthashCode()voidsetArtifactResolutionIndex(Integer artifactResolutionIndex) SAML Artifact Resolution Protocol index.voidsetArtifactResolutionProxyUrl(String proxyUrl) Deprecated, for removal: This API element is subject to removal in a future version.Use proxyUrlvoidsetArtifactResolutionUrl(String artifactResolutionUrl) SAML Artifact Resolution Protocol URL.voidsetJwkSetUrl(String jwkSetUrl) Jwk endpoint urlvoidsetMetadataUrl(String metadataUrl) SAML/OIDC metadata URL.voidsetProxyUrl(String proxyUrl) Proxy URL for these endpoints that overrides global default.toString()
-
Constructor Details
-
ProtocolEndpoints
public ProtocolEndpoints() -
ProtocolEndpoints
public ProtocolEndpoints(String metadataUrl, String jwkSetUrl, String proxyUrl, String artifactResolutionUrl, Integer artifactResolutionIndex, String artifactResolutionProxyUrl) Creates a newProtocolEndpointsinstance.- Parameters:
metadataUrl- SAML/OIDC metadata URL.jwkSetUrl- Jwk endpoint urlproxyUrl- Proxy URL for these endpoints that overrides global default.
Set to empty string to override global default to use no proxy.artifactResolutionUrl- SAML Artifact Resolution Protocol URL.artifactResolutionIndex- SAML Artifact Resolution Protocol index.artifactResolutionProxyUrl- @deprecated Use proxyUrl.- Since:
- 1.14.0, 1.9.0
-
-
Method Details
-
getArtifactResolutionProxyUrl
Deprecated, for removal: This API element is subject to removal in a future version.Use proxyUrl. -
setArtifactResolutionProxyUrl
@Deprecated(since="1.9.0", forRemoval=true) public void setArtifactResolutionProxyUrl(String proxyUrl) Deprecated, for removal: This API element is subject to removal in a future version.Use proxyUrl -
builder
-
getMetadataUrl
SAML/OIDC metadata URL. -
getJwkSetUrl
Jwk endpoint url- Since:
- 1.14.0
-
getProxyUrl
Proxy URL for these endpoints that overrides global default.
Set to empty string to override global default to use no proxy.- Since:
- 1.9.0
-
getArtifactResolutionUrl
SAML Artifact Resolution Protocol URL. -
getArtifactResolutionIndex
SAML Artifact Resolution Protocol index. -
setMetadataUrl
SAML/OIDC metadata URL. -
setJwkSetUrl
Jwk endpoint url- Since:
- 1.14.0
-
setProxyUrl
Proxy URL for these endpoints that overrides global default.
Set to empty string to override global default to use no proxy.- Since:
- 1.9.0
-
setArtifactResolutionUrl
SAML Artifact Resolution Protocol URL. -
setArtifactResolutionIndex
SAML Artifact Resolution Protocol index. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-