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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()@NotNull NinjaApplicationContextLevelgetApplicationContextLevel(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:
getOperationNamein classAction<ListKeysOptions,Void>
-
getLogTarget
- Overrides:
getLogTargetin 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:
getApplicationContextLevelin classAction<ListKeysOptions,Void> - Returns:
- Level of application context initialization required for this action.
-
execute
- Specified by:
executein classAction<ListKeysOptions,Void> - Throws:
Exception
-