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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute()@NotNull NinjaApplicationContextLevelgetApplicationContextLevel(List<Object> allOptions) Methods inherited from class com.evolveum.midpoint.ninja.action.Actiondestroy, handleResultOnFinish, init
- 
Constructor Details- 
ListKeysRepositoryActionpublic ListKeysRepositoryAction()
 
- 
- 
Method Details- 
getOperationName- Specified by:
- getOperationNamein class- Action<ListKeysOptions,- Void> 
 
- 
getLogTarget- Overrides:
- getLogTargetin class- Action<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 class- Action<ListKeysOptions,- Void> 
- Returns:
- Level of application context initialization required for this action.
 
- 
execute- Specified by:
- executein class- Action<ListKeysOptions,- Void> 
- Throws:
- Exception
 
 
-