Klasse JWTAuthStrategy

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JWTAuthStrategy extends Object
JWTAuthStrategy
  • 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

      protected JWTAuthStrategy.TypeEnum type
      The type of the strategy
  • Konstruktordetails

    • JWTAuthStrategy

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using JWTAuthStrategy(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
    • JWTAuthStrategy

      protected JWTAuthStrategy()
  • Methodendetails