Package com.suse.salt.netapi.calls.wheel
Class Key
- java.lang.Object
-
- com.suse.salt.netapi.calls.wheel.Key
-
public class Key extends Object
salt.wheel.key
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Key.Fingerprints
Matching key fingerprints as returned by "key.finger".static class
Key.Keys<T>
Salt keys information.static class
Key.Names
Salt keys as returned by "key.list_all".static class
Key.Pair
A key pair as returned by "key.gen" or "key.gen_accept".
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WheelCall<Object>
accept(String match)
static WheelCall<Object>
delete(String match)
static WheelCall<Key.Fingerprints>
finger(String match)
static WheelCall<Key.Pair>
gen(String id)
static WheelCall<Key.Pair>
genAccept(String id, Optional<Boolean> force)
static WheelCall<Key.Names>
listAll()
static WheelCall<Object>
reject(String match)
-
-
-
Method Detail
-
finger
public static WheelCall<Key.Fingerprints> finger(String match)
-
-