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 Voidexecute()@NotNull NinjaApplicationContextLevelgetApplicationContextLevel(List<Object> allOptions)LogTargetgetLogTarget()StringgetOperationName()-
Methods inherited from class com.evolveum.midpoint.ninja.action.Action
destroy, handleResultOnFinish, init
-
-
-
-
Method Detail
-
getOperationName
public String getOperationName()
- Specified by:
getOperationNamein classAction<ListKeysOptions,Void>
-
getLogTarget
public LogTarget 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.
-
-