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.ObjectInvoke commands.
-
-
Field Summary
Fields Modifier and Type Field Description static ExtUUIDMAP_AUTH_RECORDMap auth record.static ExtUUIDMAP_USERMap 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_CREDENTIALSextensions.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
-
-