java.lang.Object
com.predic8.membrane.core.interceptor.apikey.stores.inConfig.Key

public class Key extends Object
Description
Contains api keys and scopes.
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • setScopes

      public void setScopes(List<Scope> scopes)
      Description
      ... elements for defining scopes for this key.
    • getScopes

      public List<Scope> getScopes()
    • setValue

      public void setValue(String value)
      Description
      The api key itself.
    • getValue

      public String getValue()