Uses of Class
org.apache.ignite.internal.processors.authentication.UserManagementOperation.OperationType
-
Packages that use UserManagementOperation.OperationType Package Description org.apache.ignite.internal.processors.authentication -
-
Uses of UserManagementOperation.OperationType in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication that return UserManagementOperation.OperationType Modifier and Type Method Description UserManagementOperation.OperationTypeUserManagementOperation. type()static UserManagementOperation.OperationTypeUserManagementOperation.OperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserManagementOperation.OperationType[]UserManagementOperation.OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.authentication with parameters of type UserManagementOperation.OperationType Constructor Description UserManagementOperation(User usr, UserManagementOperation.OperationType type)
-