Class ListKeysRepositoryAction
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.Action<ListKeysOptions,Void>
-
- com.evolveum.midpoint.ninja.action.ListKeysRepositoryAction
-
public class ListKeysRepositoryAction extends Action<ListKeysOptions,Void>
Created by Viliam Repan (lazyman).
-
-
Constructor Summary
Constructors Constructor Description ListKeysRepositoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute()
@NotNull NinjaApplicationContextLevel
getApplicationContextLevel(List<Object> allOptions)
LogTarget
getLogTarget()
String
getOperationName()
-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, handleResultOnFinish, init
-
-
-
-
Method Detail
-
getOperationName
public String getOperationName()
- Specified by:
getOperationName
in classAction<ListKeysOptions,Void>
-
getLogTarget
public LogTarget 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.
-
-