Class OidcIdentityProvider

java.lang.Object
swiss.trustbroker.config.dto.OidcIdentityProvider

public class OidcIdentityProvider extends Object
OIDC identity provider configuration. Usually, XTB is used internally for authentication of OIDC via its SAML interface.
  • Constructor Details

    • OidcIdentityProvider

      public OidcIdentityProvider()
  • Method Details

    • setAssertionConsumerService

      public void setAssertionConsumerService(String assertionConsumerService)
      Assertion consumer service URL. Usually the XTB saml.consumerUrl.
    • setResponseIssuerId

      public void setResponseIssuerId(String responseIssuerId)
      Issuer for the response. Usually the XTB issuer.
    • setSigner

      public void setSigner(swiss.trustbroker.common.config.KeystoreProperties signer)
      Signer keystore. Usually the XTB signer.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getAssertionConsumerService

      public String getAssertionConsumerService()
      Assertion consumer service URL. Usually the XTB saml.consumerUrl.
    • getResponseIssuerId

      public String getResponseIssuerId()
      Issuer for the response. Usually the XTB issuer.
    • getSigner

      public swiss.trustbroker.common.config.KeystoreProperties getSigner()
      Signer keystore. Usually the XTB signer.