Interface YamlSource

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    All Known Subinterfaces:
    CacheableYamlSource

    public interface YamlSource
    extends java.io.Closeable
    Created by greg on 7/17/15.
    • 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()