Class DatarouterAuthPaths.AdminPaths

java.lang.Object
io.datarouter.httpclient.path.PathNode
io.datarouter.auth.config.DatarouterAuthPaths.AdminPaths
Enclosing class:
DatarouterAuthPaths

public static class DatarouterAuthPaths.AdminPaths
extends io.datarouter.httpclient.path.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.httpclient.path.PathNode accounts  
    io.datarouter.httpclient.path.PathNode createUser  
    io.datarouter.httpclient.path.PathNode createUserSubmit  
    io.datarouter.httpclient.path.PathNode editUser  
    io.datarouter.httpclient.path.PathNode editUserSubmit  
    io.datarouter.httpclient.path.PathNode listUsers  
    io.datarouter.httpclient.path.PathNode viewUsers  

    Fields inherited from class io.datarouter.httpclient.path.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    AdminPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.httpclient.path.PathNode

    branch, equals, getValue, hashCode, isLeaf, 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

    • accounts

      public final io.datarouter.httpclient.path.PathNode accounts
    • createUser

      public final io.datarouter.httpclient.path.PathNode createUser
    • createUserSubmit

      public final io.datarouter.httpclient.path.PathNode createUserSubmit
    • editUser

      public final io.datarouter.httpclient.path.PathNode editUser
    • editUserSubmit

      public final io.datarouter.httpclient.path.PathNode editUserSubmit
    • listUsers

      public final io.datarouter.httpclient.path.PathNode listUsers
    • viewUsers

      public final io.datarouter.httpclient.path.PathNode viewUsers
  • Constructor Details