Class Authz.ContextKeys

java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authz.ContextKeys
Enclosing class:
Authz

public static class Authz.ContextKeys extends Object
Context keys.
  • Field Details

    • AVAILABLE_NAMESPACES

      public static final ExtKey AVAILABLE_NAMESPACES
      Available namespaces within provider. Query can be done within the context of namespace, to avoid scanning entire network. At least one namespace must be available.
    • QUERY_MAX_FILTER_SIZE

      public static final ExtKey QUERY_MAX_FILTER_SIZE
      Maximum query filter size. Limit the number of entries within Authz.InvokeKeys.QUERY_FILTER. No more than this may be provided.
    • CAPABILITIES

      public static final ExtKey CAPABILITIES
      Provider capabilities. Bitwise or of capabilities flags.
      See Also:
  • Constructor Details

    • ContextKeys

      public ContextKeys()