Class DatarouterAuthPaths.AdminPaths

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

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

    Fields
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode accounts  
    io.datarouter.pathnode.PathNode copyUser  
    io.datarouter.pathnode.PathNode createUser  
    io.datarouter.pathnode.PathNode createUserSubmit  
    io.datarouter.pathnode.PathNode editUser  
    io.datarouter.pathnode.PathNode getUserDetails  
    io.datarouter.pathnode.PathNode listUsers  
    io.datarouter.pathnode.PathNode renameAccounts  
    io.datarouter.pathnode.PathNode updatePassword  
    io.datarouter.pathnode.PathNode updateUserDetails  
    io.datarouter.pathnode.PathNode viewUsers  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors
    Constructor Description
    AdminPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

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

    Methods inherited from class java.lang.Object

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

    • accounts

      public final io.datarouter.pathnode.PathNode accounts
    • createUser

      public final io.datarouter.pathnode.PathNode createUser
    • createUserSubmit

      public final io.datarouter.pathnode.PathNode createUserSubmit
    • editUser

      public final io.datarouter.pathnode.PathNode editUser
    • getUserDetails

      public final io.datarouter.pathnode.PathNode getUserDetails
    • listUsers

      public final io.datarouter.pathnode.PathNode listUsers
    • renameAccounts

      public final io.datarouter.pathnode.PathNode renameAccounts
    • updateUserDetails

      public final io.datarouter.pathnode.PathNode updateUserDetails
    • updatePassword

      public final io.datarouter.pathnode.PathNode updatePassword
    • copyUser

      public final io.datarouter.pathnode.PathNode copyUser
    • viewUsers

      public final io.datarouter.pathnode.PathNode viewUsers
  • Constructor Details

    • AdminPaths

      public AdminPaths()