Class Mapping.InvokeCommands
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Mapping.InvokeCommands
-
- Enclosing class:
- Mapping
public static class Mapping.InvokeCommands extends java.lang.Object
Invoke commands.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtUUID
MAP_AUTH_RECORD
Map auth record.static ExtUUID
MAP_USER
Map user.
-
Constructor Summary
Constructors Constructor Description InvokeCommands()
-
-
-
Field Detail
-
MAP_USER
public static final ExtUUID MAP_USER
Map user. Called pre authn forAuthn.Capabilities.AUTHENTICATE_CREDENTIALS
extensions.Input:
Mapping.InvokeKeys.USER
[M] - user.
Output:
Mapping.InvokeKeys.USER
[M] - user.
-
MAP_AUTH_RECORD
public static final ExtUUID MAP_AUTH_RECORD
Map auth record. Called post authn, pre authz.Input:
Authn.InvokeKeys.AUTH_RECORD
[M] - authentication record.
Output:
Authn.InvokeKeys.AUTH_RECORD
[M] - authentication record.
- See Also:
Authn.AuthRecord
-
-