Uses of Class
org.apache.nifi.api.toolkit.model.UserEntity
Packages that use UserEntity
-
Uses of UserEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return UserEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createUser
(UserEntity body) Creates a user Note: This endpoint is subject to change as NiFi and it's REST API evolve.Gets a user Note: This endpoint is subject to change as NiFi and it's REST API evolve.SwaggerResourceApi.removeUser
(String id, String version, String clientId, Boolean disconnectedNodeAcknowledged) Deletes a user Note: This endpoint is subject to change as NiFi and it's REST API evolve.SwaggerResourceApi.updateUser
(UserEntity body, String id) Updates a user Note: This endpoint is subject to change as NiFi and it's REST API evolve.Methods in org.apache.nifi.api.toolkit.api with parameters of type UserEntityModifier and TypeMethodDescriptionSwaggerResourceApi.createUser
(UserEntity body) Creates a user Note: This endpoint is subject to change as NiFi and it's REST API evolve.SwaggerResourceApi.updateUser
(UserEntity body, String id) Updates a user Note: This endpoint is subject to change as NiFi and it's REST API evolve. -
Uses of UserEntity in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type UserEntityMethods in org.apache.nifi.api.toolkit.model that return UserEntityModifier and TypeMethodDescriptionUserEntity.addBulletinsItem
(BulletinEntity bulletinsItem) UserEntity.bulletins
(List<BulletinEntity> bulletins) UserEntity.disconnectedNodeAcknowledged
(Boolean disconnectedNodeAcknowledged) UserEntity.permissions
(PermissionsDTO permissions) UserEntity.position
(PositionDTO position) UserEntity.revision
(RevisionDTO revision) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type UserEntityMethods in org.apache.nifi.api.toolkit.model with parameters of type UserEntityMethod parameters in org.apache.nifi.api.toolkit.model with type arguments of type UserEntityModifier and TypeMethodDescriptionvoid
UsersEntity.setUsers
(List<UserEntity> users) UsersEntity.users
(List<UserEntity> users)