Class Authz.InvokeKeys

  • Enclosing class:
    Authz

    public static class Authz.InvokeKeys
    extends java.lang.Object
    Invoke keys.
    • Field Detail

      • PAGE_SIZE

        public static final ExtKey PAGE_SIZE
        Page size for queries. This is only a hint, result may be at smaller page size or higher.
      • QUERY_FLAGS

        public static final ExtKey QUERY_FLAGS
        Flag to determine how entries will be queried.
        See Also:
        Authz.QueryFlags
      • STATUS

        public static final ExtKey STATUS
        AuthResult of operation.
        See Also:
        Authz.Status
      • QUERY_OPAQUE

        public static final ExtKey QUERY_OPAQUE
        Query opaque. Returned by query open, must be provided as input to query execute.
      • QUERY_RESULT

        public static final ExtKey QUERY_RESULT
        Query result. Execute query until no results. Output is Collection of ExtMap. Actual content depends on the query.
      • HTTP_SERVLET_REQUEST

        public static final ExtKey HTTP_SERVLET_REQUEST
      • HTTP_SERVLET_REQUEST_PARAMS

        public static final ExtKey HTTP_SERVLET_REQUEST_PARAMS
        Used for Fetch Principal for external SSO authentication where the claim set is included in the parameters
    • Constructor Detail

      • InvokeKeys

        public InvokeKeys()