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 SummaryConstructors Constructor Description ListKeysRepositoryAction()
 - 
Method SummaryAll 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.Actiondestroy, handleResultOnFinish, init
 
- 
 
- 
- 
- 
Method Detail- 
getOperationNamepublic String getOperationName() - Specified by:
- getOperationNamein class- Action<ListKeysOptions,Void>
 
 - 
getLogTargetpublic LogTarget 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.
 
 
- 
 
-