Uses of Class
org.apache.ignite.internal.processors.authentication.User
-
Packages that use User Package Description org.apache.ignite.internal.processors.authentication -
-
Uses of User in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication that return User Modifier and Type Method Description static UserUser. create(String name)Create empty user by login name.static UserUser. create(String name, String passwd)Create new user.static UserUser. defaultUser()Create new user.UserUserManagementOperation. user()Constructors in org.apache.ignite.internal.processors.authentication with parameters of type User Constructor Description UserManagementOperation(User usr, UserManagementOperation.OperationType type)
-