Interface YamlSource
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
CacheableYamlSource
public interface YamlSource extends java.io.CloseableCreated by greg on 7/17/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()com.dtolabs.rundeck.core.authorization.ValidationSetgetValidationSet()java.lang.Iterable<ACLPolicyDoc>loadAll(org.yaml.snakeyaml.Yaml yaml)
-
-
-
Method Detail
-
getIdentity
java.lang.String getIdentity()
-
loadAll
java.lang.Iterable<ACLPolicyDoc> loadAll(org.yaml.snakeyaml.Yaml yaml) throws java.io.IOException
- Throws:
java.io.IOException
-
getValidationSet
com.dtolabs.rundeck.core.authorization.ValidationSet getValidationSet()
-
-