Class DatarouterAuthFiles.JsFiles

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.auth.config.DatarouterAuthFiles.JsFiles
Enclosing class:
DatarouterAuthFiles

public static class DatarouterAuthFiles.JsFiles
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode accountManagerJsx  
    io.datarouter.pathnode.PathNode deprovisionedUsersJsx  
    io.datarouter.pathnode.PathNode viewUsersJsx  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    JsFiles()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

    branch, equals, getValue, hashCode, isLeaf, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithoutLeadingSlash, toSlashedStringWithTrailingSlash, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details