Class ContextEvaluation
- java.lang.Object
-
- com.dtolabs.rundeck.core.authorization.providers.ContextEvaluation
-
public class ContextEvaluation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcommandExplanation.Codeid
-
Constructor Summary
Constructors Constructor Description ContextEvaluation(Explanation.Code id, java.lang.String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
id
public final Explanation.Code id
-
command
public final java.lang.String command
-
-
Constructor Detail
-
ContextEvaluation
public ContextEvaluation(Explanation.Code id, java.lang.String command)
-
-