Klasse LocalIntrospectionConfig

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.LocalIntrospectionConfig

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class LocalIntrospectionConfig extends Object
LocalIntrospectionConfig
  • Felddetails

    • certificateAlias

      protected String certificateAlias
      Select the certificate from the truststore that is used to validate the token.
    • description

      protected String description
      Third party issuer description
    • issuer

      protected String issuer
      Third party issuer name
    • jwksuri

      protected String jwksuri
      JSON Web Key URI
    • trustStoreAlias

      protected String trustStoreAlias
      The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
  • Konstruktordetails

    • LocalIntrospectionConfig

      public LocalIntrospectionConfig(Consumer<LocalIntrospectionConfig> spec)
      Constructs a validated instance of LocalIntrospectionConfig.
      Parameter:
      spec - the specification to process
    • LocalIntrospectionConfig

      @Internal public LocalIntrospectionConfig(String certificateAlias, String description, String issuer, String jwksuri, String trustStoreAlias)
      Constructs a validated instance of LocalIntrospectionConfig.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using LocalIntrospectionConfig(Consumer) instead.

      Parameter:
      certificateAlias - Select the certificate from the truststore that is used to validate the token.
      description - Third party issuer description
      issuer - Third party issuer name
      jwksuri - JSON Web Key URI
      trustStoreAlias - The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
    • LocalIntrospectionConfig

      protected LocalIntrospectionConfig()
  • Methodendetails

    • builder

    • certificateAlias

      public String certificateAlias()
      Select the certificate from the truststore that is used to validate the token.
    • description

      public String description()
      Third party issuer description
    • issuer

      public String issuer()
      Third party issuer name
    • jwksuri

      public String jwksuri()
      JSON Web Key URI
    • trustStoreAlias

      public String trustStoreAlias()
      The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
    • certificateAlias

      public LocalIntrospectionConfig certificateAlias(String certificateAlias)
      Select the certificate from the truststore that is used to validate the token.
      Gibt zurück:
      this.
    • description

      public LocalIntrospectionConfig description(String description)
      Third party issuer description
      Gibt zurück:
      this.
    • issuer

      public LocalIntrospectionConfig issuer(String issuer)
      Third party issuer name
      Gibt zurück:
      this.
    • jwksuri

      public LocalIntrospectionConfig jwksuri(String jwksuri)
      JSON Web Key URI
      Gibt zurück:
      this.
    • trustStoreAlias

      public LocalIntrospectionConfig trustStoreAlias(String trustStoreAlias)
      The truststore to be used by API Gateway when validating the token issued by the authorization server. Truststore is a repository that holds all the trusted public certificates
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object