Klasse JWTRSAuthStrategy

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

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

    • audience

      protected String audience
    • authServerAlias

      protected String authServerAlias
      The name of the authorization server alias
    • description

      protected String description
    • id

      protected String id
      A unique ID for the strategy
    • name

      protected String name
      The name of the strategy
    • primaryNode

      protected Node primaryNode
    • type

      The type of the strategy
  • Konstruktordetails

    • JWTRSAuthStrategy

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

      @Internal public JWTRSAuthStrategy(String audience, String authServerAlias, String description, String id, String name, Node primaryNode, JWTRSAuthStrategy.TypeEnum type)
      Constructs a validated instance of JWTRSAuthStrategy.

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

      Parameter:
      audience - audience
      authServerAlias - The name of the authorization server alias
      description - description
      id - A unique ID for the strategy
      name - The name of the strategy
      primaryNode - primaryNode
      type - The type of the strategy
    • JWTRSAuthStrategy

      protected JWTRSAuthStrategy()
  • Methodendetails