Klasse RemoteIntrospectionConfig

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

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

    • clientId

      protected String clientId
      ClientId of a client in the authorization server
    • clientSecret

      protected GatewaySecret clientSecret
    • introspectionEndpoint

      protected String introspectionEndpoint
      Endpoint of the authorization server to do the introspection
    • user

      protected String user
      A user in the API Gateway under whom the introspection endpoint is invoked
  • Konstruktordetails

    • RemoteIntrospectionConfig

      @Internal public RemoteIntrospectionConfig(Consumer<RemoteIntrospectionConfig> spec)
      Constructs a validated implementation of RemoteIntrospectionConfig.
      Parameter:
      spec - the specification to process
    • RemoteIntrospectionConfig

      public RemoteIntrospectionConfig(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user)
    • RemoteIntrospectionConfig

      protected RemoteIntrospectionConfig()
  • Methodendetails

    • clientId

      public String clientId()
      ClientId of a client in the authorization server
    • clientSecret

      public GatewaySecret clientSecret()
    • introspectionEndpoint

      public String introspectionEndpoint()
      Endpoint of the authorization server to do the introspection
    • user

      public String user()
      A user in the API Gateway under whom the introspection endpoint is invoked
    • clientId

      public RemoteIntrospectionConfig clientId(String clientId)
      ClientId of a client in the authorization server
      Gibt zurück:
      this.
    • clientSecret

      public RemoteIntrospectionConfig clientSecret(GatewaySecret clientSecret)
      Gibt zurück:
      this.
    • introspectionEndpoint

      public RemoteIntrospectionConfig introspectionEndpoint(String introspectionEndpoint)
      Endpoint of the authorization server to do the introspection
      Gibt zurück:
      this.
    • user

      public RemoteIntrospectionConfig user(String user)
      A user in the API Gateway under whom the introspection endpoint is invoked
      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