Package io.datarouter.auth.config
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.PathNodeaccountsio.datarouter.pathnode.PathNodecopyUserio.datarouter.pathnode.PathNodecreateUserio.datarouter.pathnode.PathNodecreateUserSubmitio.datarouter.pathnode.PathNodeeditUserio.datarouter.pathnode.PathNodegetUserDetailsio.datarouter.pathnode.PathNodelistUsersio.datarouter.pathnode.PathNoderenameAccountsio.datarouter.pathnode.PathNodeupdatePasswordio.datarouter.pathnode.PathNodeupdateUserDetailsio.datarouter.pathnode.PathNodeviewUsersFields 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
-
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()
-