Class ListKeysRepositoryAction
java.lang.Object
com.evolveum.midpoint.ninja.action.Action<ListKeysOptions,Void>
com.evolveum.midpoint.ninja.action.ListKeysRepositoryAction
Created by Viliam Repan (lazyman).
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
@NotNull NinjaApplicationContextLevel
getApplicationContextLevel
(List<Object> allOptions) Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, handleResultOnFinish, init
-
Constructor Details
-
ListKeysRepositoryAction
public ListKeysRepositoryAction()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationName
in classAction<ListKeysOptions,
Void>
-
getLogTarget
- Overrides:
getLogTarget
in classAction<ListKeysOptions,
Void> - Returns:
- target where the log should be printed. In case action result is printed to the standard output, log messages should go to the standard error no to mix the output. Otherwise, log messages should go to the standard output.
-
getApplicationContextLevel
@NotNull public @NotNull NinjaApplicationContextLevel getApplicationContextLevel(List<Object> allOptions) - Overrides:
getApplicationContextLevel
in classAction<ListKeysOptions,
Void> - Returns:
- Level of application context initialization required for this action.
-
execute
- Specified by:
execute
in classAction<ListKeysOptions,
Void> - Throws:
Exception
-