Class Authz.ContextKeys

  • Enclosing class:
    Authz

    public static class Authz.ContextKeys
    extends java.lang.Object
    Context keys.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextKeys()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Authz.Capabilities
    • Constructor Detail

      • ContextKeys

        public ContextKeys()