Class Authz.InvokeCommands
java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authz.InvokeCommands
- Enclosing class:
Authz
Invoke commands.
-
Field Details
-
FETCH_PRINCIPAL_RECORD
Fetch principal record. Used for user login.Input: Either one of AUTH_RECORD or PRINCIPAL must be present:
Authn.InvokeKeys.AUTH_RECORD[O] - authentication record.Authz.InvokeKeys.PRINCIPAL[O] - principal.Authz.InvokeKeys.QUERY_FLAGS[O] - query flags.
Output:
- See Also:
-
QUERY_OPEN
Query records.Input:
Authz.InvokeKeys.NAMESPACE[M]Authz.InvokeKeys.QUERY_ENTITY[M]Authz.InvokeKeys.QUERY_FILTER[M]Authz.InvokeKeys.QUERY_FLAGS[O] - query flags.
Output:
Search execute output based on entity.
-
QUERY_EXECUTE
-
QUERY_CLOSE
Close query.Input:
-
-
Constructor Details
-
InvokeCommands
public InvokeCommands()
-